mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-12 09:46:46 +02:00
Fix unused variable warnings and change all (void)s to UNUSED macro
This commit is contained in:
@ -662,7 +662,7 @@ void *video_thread_poll(void *arg) // TODO: maybe use thread for every input so
|
||||
/*
|
||||
* NOTE: We only need to poll input devices for data.
|
||||
*/
|
||||
(void)arg;
|
||||
UNUSED_VAR(arg);
|
||||
uint32_t i;
|
||||
|
||||
while (1) {
|
||||
|
Reference in New Issue
Block a user