]> Git Repo - binutils.git/commitdiff
add FALLTHROUGH comment in ada-lang.c:compare_names
authorJoel Brobecker <[email protected]>
Mon, 7 Mar 2011 10:05:20 +0000 (10:05 +0000)
committerJoel Brobecker <[email protected]>
Mon, 7 Mar 2011 10:05:20 +0000 (10:05 +0000)
gdb/ChangeLog:

* ada-lang.c (compare_names): Add FALLTHROUGH comment.

gdb/ChangeLog
gdb/ada-lang.c

index 965917cd550d42278ff1d5d959a699ded3e02c43..7261b9aa48bba4b907410b1896d3141df6322715 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-07  Joel Brobecker  <[email protected]>
+
+       * ada-lang.c (compare_names): Add FALLTHROUGH comment.
+
 2011-03-07  Joel Brobecker  <[email protected]>
            Michael Snyder  <[email protected]>
 
index d0a10146dd66b9073a73894f9d1df99caa4841aa..3c24b4cc9b48e4c14d26502a20a57a8f67820497 100644 (file)
@@ -4762,6 +4762,7 @@ compare_names (const char *string1, const char *string2)
          else
            return -1;
        }
+      /* FALLTHROUGH */
     default:
       if (*string2 == '(')
        return strcmp_iw_ordered (string1, string2);
This page took 0.0455 seconds and 4 git commands to generate.