Clang-tidy: misc-unused-parameters

This commit is contained in:
Anders Jenbo 2021-06-27 17:34:32 +02:00
commit 8e07ef8fe5
34 changed files with 192 additions and 204 deletions

View file

@ -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;