fix compiler warning with newer gcc

This commit is contained in:
drkhsh
2025-04-30 03:11:53 +02:00
parent af508f0b4c
commit 57a7653632

View File

@ -58,6 +58,7 @@ main(int argc, char *argv[])
ARGBEGIN { ARGBEGIN {
case 'v': case 'v':
die("slstatus-"VERSION); die("slstatus-"VERSION);
break;
case '1': case '1':
done = 1; done = 1;
/* FALLTHROUGH */ /* FALLTHROUGH */