-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / binutils / sysinfo.y
index 9df3cb324c53922ec901e8f135d7c7b215dd9c28..10fb49a8450083519d94dc73d1483666d760e68e 100644 (file)
@@ -153,9 +153,8 @@ it:
     break;
   case 'g':
     printf("\tchecksum(ffile,raw, idx, IT_%s_CODE);\n", it);
-
+    /* Fall through.  */
   case 'i':
-
   case 'o':
   case 'c':
     printf("}\n");
@@ -182,6 +181,7 @@ repeat_it_field: '(' REPEAT NAME
              printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
              if (rdepth==2)
              printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
+             /* Fall through.  */
            case 'i':
            case 'g':
            case 'o':
This page took 0.024082 seconds and 4 git commands to generate.