|
From: <sv...@va...> - 2014-12-17 11:35:17
|
Author: florian
Date: Wed Dec 17 11:35:10 2014
New Revision: 14817
Log:
Avoid compiler warnings on s390x.
Modified:
trunk/memcheck/tests/vbit-test/irops.c
Modified: trunk/memcheck/tests/vbit-test/irops.c
==============================================================================
--- trunk/memcheck/tests/vbit-test/irops.c (original)
+++ trunk/memcheck/tests/vbit-test/irops.c Wed Dec 17 11:35:10 2014
@@ -1115,6 +1115,9 @@
if (rc != 0) return NULL;
}
break;
+ /* Other */
+ default:
+ break;
}
return p->s390x ? p : NULL;
#endif
|