mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 18:36:34 +01:00
Fix unused variable warnings and change all (void)s to UNUSED macro
This commit is contained in:
@@ -232,7 +232,7 @@ void *event_loop(void *p)
|
||||
{
|
||||
/* Handle events like a real nigga */
|
||||
|
||||
(void) p; /* DINDUNOTHIN */
|
||||
UNUSED_VAR(p); /* DINDUNOTHIN */
|
||||
|
||||
XEvent event;
|
||||
int pending;
|
||||
|
||||
Reference in New Issue
Block a user