]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Avoid compiler warnings on s390x.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 17 Dec 2014 11:35:10 +0000 (11:35 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 17 Dec 2014 11:35:10 +0000 (11:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14817

memcheck/tests/vbit-test/irops.c

index 1e12c3265868b378f389ccf2e974aebbc10aa62e..870f495775127873deb5f4f8a9dc8964f2225367 100644 (file)
@@ -1115,6 +1115,9 @@ get_irop(IROp op)
             if (rc != 0) return NULL;
          }
          break;
+         /* Other */
+         default:
+            break;
          }
          return p->s390x ? p : NULL;
 #endif