* lexsup.c (parse_args): Add a comment noting a fall-through.
authorBen Elliston <bje@au.ibm.com>
Tue, 24 Oct 2006 03:35:49 +0000 (03:35 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 24 Oct 2006 03:35:49 +0000 (03:35 +0000)
ld/ChangeLog
ld/lexsup.c

index b388bce..15a994a 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-24  Ben Elliston  <bje@au.ibm.com>
+
+       * lexsup.c (parse_args): Add a comment noting a fall-through.
+
 2006-10-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
index c4336c4..1d267f4 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"));