From 10221fb2a91db06c25fa91790da67e01bda89c00 Mon Sep 17 00:00:00 2001 From: Nick Law Date: Fri, 23 Nov 2018 21:09:24 +0000 Subject: [PATCH] (void) unused wy, to silence compiler warning --- src/gui.c | 1 + 1 file changed, 1 insertion(+) 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;