mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 20:06:34 +01:00
Fix unused variable warnings and change all (void)s to UNUSED macro
This commit is contained in:
@@ -138,7 +138,8 @@ static void help_draw_bottom_menu(WINDOW *win)
|
||||
{
|
||||
int y2, x2;
|
||||
getmaxyx(win, y2, x2);
|
||||
(void) x2;
|
||||
|
||||
UNUSED_VAR(x2);
|
||||
|
||||
wmove(win, y2 - 2, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user