Fix testsuite for GCC 4.9.0
authorAnthony Green <green@moxielogic.com>
Sun, 11 May 2014 13:56:40 +0000 (09:56 -0400)
committerAnthony Green <green@moxielogic.com>
Sun, 11 May 2014 13:56:40 +0000 (09:56 -0400)
testsuite/libffi.call/ffitest.h

index 316e5c0..15d5e44 100644 (file)
@@ -15,7 +15,7 @@
 
 #define MAX_ARGS 256
 
-#define CHECK(x) (!(x) ? (abort(), 1) : 0)
+#define CHECK(x) (void)(!(x) ? (abort(), 1) : 0)
 
 /* Define macros so that compilers other than gcc can run the tests.  */
 #undef __UNUSED__