-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / bfd / srec.c
index a013f9bb8ccc79c923d89c1ba38a3cca2dc0ee02..3197ec05b24b2dacc9d1cbc303962dc374d5efed 100644 (file)
@@ -972,10 +972,12 @@ srec_write_record (bfd *abfd,
     case 7:
       TOHEX (dst, (address >> 24), check_sum);
       dst += 2;
+      /* Fall through.  */
     case 8:
     case 2:
       TOHEX (dst, (address >> 16), check_sum);
       dst += 2;
+      /* Fall through.  */
     case 9:
     case 1:
     case 0:
This page took 0.024038 seconds and 4 git commands to generate.