diff --git a/bandb/bantool.c b/bandb/bantool.c index e3c112b2..d6e84a60 100644 --- a/bandb/bantool.c +++ b/bandb/bantool.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) { case 'h': print_help(EXIT_SUCCESS); - break; + /* noreturn call above, this is unreachable */ case 'i': flag.none = NO; flag.import = YES;