Fix testsuite for GCC 4.9.0

This commit is contained in:
Anthony Green
2014-05-11 09:56:40 -04:00
parent 52b3457093
commit 70c303cb88

View File

@@ -15,7 +15,7 @@
#define MAX_ARGS 256 #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. */ /* Define macros so that compilers other than gcc can run the tests. */
#undef __UNUSED__ #undef __UNUSED__