1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 15:06:45 +02:00

Fix unused variable warnings and change all (void)s to UNUSED macro

This commit is contained in:
jfreegman
2020-03-30 12:56:42 -04:00
parent 46513017e3
commit ddc8c53abf
9 changed files with 32 additions and 14 deletions

View File

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