fix compiler warning with newer gcc
This commit is contained in:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user