Fix compile time warnings building the binutils with gcc 7.1.1.
[deliverable/binutils-gdb.git] / bfd / mach-o-i386.c
index b2f02415c3ae019224b25184539237d530c5bc7e..ce0389e020ceaf259f046598e5fb16b83c24bbb5 100644 (file)
@@ -164,7 +164,7 @@ bfd_mach_o_i386_canonicalize_one_reloc (bfd *abfd,
             }
           return FALSE;
         default:
-          return FALSE;
+         break;
         }
     }
   else
@@ -192,11 +192,11 @@ bfd_mach_o_i386_canonicalize_one_reloc (bfd *abfd,
             default:
               return FALSE;
             }
-          break;
         default:
-          return FALSE;
+          break;
         }
     }
+  return FALSE;
 }
 
 static bfd_boolean
This page took 0.023965 seconds and 4 git commands to generate.