Clang-tidy: misc-unused-parameters
This commit is contained in:
parent
e7f0ce2764
commit
8e07ef8fe5
34 changed files with 192 additions and 204 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue