fix compiler warning with newer gcc - slstatus - status monitor
 (HTM) git clone git://git.suckless.org/slstatus
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 57a7653632ba15aa0fdd8cbe1831363e4247996d
 (DIR) parent af508f0b4cf88b1921c59fdf5dd1a98c08223fa5
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 30 Apr 2025 03:11:53 +0200
       
       fix compiler warning with newer gcc
       
       Diffstat:
         M slstatus.c                          |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git 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 */