Fix z80-coff build breakage
[deliverable/binutils-gdb.git] / gas / config / tc-z80.c
index 54fa322c0283ddb3cc527989514f0464ecdfd63c..a602dc744e664fdf74f01557f04fdabab9c8932e 100644 (file)
@@ -557,6 +557,8 @@ parse_exp_not_indexed (const char *s, expressionS *op)
     case O_illegal:
       error (_("bad expression syntax"));
       break;
+    default:
+      break;
     }
   return input_line_pointer;
 }
@@ -604,6 +606,8 @@ parse_exp (const char *s, expressionS *op)
          op->X_op = O_md1;
        }
        break;
+    default:
+      break;
     }
   return res;
 }
This page took 0.025429 seconds and 4 git commands to generate.