diff --git a/src/gui.c b/src/gui.c index f1fb772..80e9859 100644 --- a/src/gui.c +++ b/src/gui.c @@ -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;