Clang-tidy: misc-unused-parameters
This commit is contained in:
parent
e7f0ce2764
commit
8e07ef8fe5
34 changed files with 192 additions and 204 deletions
|
|
@ -111,7 +111,7 @@ bool nthread_recv_turns(bool *pfSendAsync)
|
|||
return true;
|
||||
}
|
||||
|
||||
static unsigned int nthread_handler(void *data)
|
||||
static unsigned int nthread_handler(void * /*data*/)
|
||||
{
|
||||
int delta;
|
||||
bool received;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue