-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / gas / config / tc-vax.c
index b85b5bb91bd56e2206b98659d4ae3616afec84e3..e358c842cfac152515c245e48accbeeafc967585 100644 (file)
@@ -1796,8 +1796,10 @@ vip_op (char *optext, struct vop *vopP)
        {
        case 'l':
          mode += 2;
+         /* Fall through.  */
        case 'w':
          mode += 2;
+         /* Fall through.  */
        case ' ':       /* Assumed B^ until our caller changes it.  */
        case 'b':
          break;
This page took 0.035303 seconds and 4 git commands to generate.