From: drkhsh Date: Wed, 30 Apr 2025 01:11:53 +0000 (+0200) Subject: fix compiler warning with newer gcc X-Git-Url: http://git.skullheadx.com/tech/static/gitweb.css?a=commitdiff_plain;h=57a7653632ba15aa0fdd8cbe1831363e4247996d;p=slstatus.git fix compiler warning with newer gcc --- diff --git a/slstatus.c b/slstatus.c index fd31313..16d88fe 100644 --- a/slstatus.c +++ b/slstatus.c @@ -58,6 +58,7 @@ main(int argc, char *argv[]) ARGBEGIN { case 'v': die("slstatus-"VERSION); + break; case '1': done = 1; /* FALLTHROUGH */