diff options
Diffstat (limited to 'ifpps.c')
-rw-r--r-- | ifpps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1125,7 +1125,7 @@ static void screen_update(WINDOW *screen, const char *ifname, const struct ifsta refresh(); } -static void on_panic_handler(void *arg) +static void on_panic_handler(void *arg __maybe_unused) { screen_end(); fprintf(stderr, "Please check <stderr> for error message\n"); |