(void) unused wy, to silence compiler warning

This commit is contained in:
Nick Law
2018-11-23 21:09:24 +00:00
parent 9b821292ea
commit 10221fb2a9

View File

@@ -139,6 +139,7 @@ void nwipe_gui_title( WINDOW* w, const char* s )
/* The number of lines in the window. (Not used.) */
int wy;
(void) wy; /* flag wy not used to the compiler, to silence warning */
/* The number of columns in the window. */
int wx;