Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 4df99751a3ea99f9a43fd55a75f5b12e2df69464..43e209096c9457209ba63872c3999cdb051d4ee9 100644 (file)
@@ -259,11 +259,13 @@ main (int argc, char **argv)
          break;
        case 'E':
          sym_id_add (optarg, EXCL_TIME);
+         /* Fall through.  */
        case 'e':
          sym_id_add (optarg, EXCL_GRAPH);
          break;
        case 'F':
          sym_id_add (optarg, INCL_TIME);
+         /* Fall through.  */
        case 'f':
          sym_id_add (optarg, INCL_GRAPH);
          break;
This page took 0.026848 seconds and 4 git commands to generate.