Warning fix. Enter into the spirit of getopt(3) a bit more.
This commit is contained in:
parent
9afa09cd0e
commit
5ca37430d9
@ -63,6 +63,8 @@ main(int argc, char *argv[])
|
||||
|
||||
while ((ch = getopt(argc, argv, "")) != -1)
|
||||
switch (ch) {
|
||||
case '?':
|
||||
/* fall through */
|
||||
default:
|
||||
usage();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user