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

@ -19,7 +19,7 @@ event_emul *sghWorkToDoEvent;
/* rdata */
static SDL_Thread *sghThread = nullptr;
static unsigned int dthread_handler(void *data)
static unsigned int dthread_handler(void * /*data*/)
{
const char *error_buf;
TMegaPkt *pkt;