mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Warning fix. Enter into the spirit of getopt(3) a bit more.
This commit is contained in:
parent
9afa09cd0e
commit
5ca37430d9
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue