Signed-off-by: Mattias Andrée <[email protected]> --- getconf.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/getconf.c b/getconf.c
index e611659..d927f2d 100644
--- a/getconf.c
+++ b/getconf.c
@@ -33,6 +33,9 @@ main(int argc, char *argv[])
/* ignore */
EARGF(usage());
break;
+ default:
+ usage();
+ break;
} ARGEND
if (argc == 1) {
--
2.11.0
