* lexsup.c (parse_args): Add a comment noting a fall-through.
[deliverable/binutils-gdb.git] / ld / lexsup.c
index c4336c45be5ad9633482a66553dfddc9f589cbbe..1d267f40e1fad2d7425097f66eb43236ec8e19bd 100644 (file)
@@ -680,6 +680,8 @@ parse_args (unsigned argc, char **argv)
        {
        case '?':
          einfo (_("%P: unrecognized option '%s'\n"), argv[last_optind]);
+         /* Fall through.  */
+
        default:
          einfo (_("%P%F: use the --help option for usage information\n"));
 
This page took 0.023515 seconds and 4 git commands to generate.