diff options
Diffstat (limited to 'gcc/gcov-tool.c')
-rw-r--r-- | gcc/gcov-tool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcov-tool.c b/gcc/gcov-tool.c index f3da73c..d5dbf27 100644 --- a/gcc/gcov-tool.c +++ b/gcc/gcov-tool.c @@ -547,9 +547,11 @@ process_args (int argc, char **argv) case 'h': print_usage (false); /* Print_usage will exit. */ + /* FALLTHRU */ case 'v': print_version (); /* Print_version will exit. */ + /* FALLTHRU */ default: print_usage (true); /* Print_usage will exit. */ |