vm: better fix for clang 'unused expression' warning

This commit is contained in:
Ben Gras 2010-07-05 17:34:26 +00:00
parent 7011e7c680
commit fc8f0b9ee2

View File

@ -42,7 +42,7 @@
} }
#else #else
#define SANITYCHECK (void) #define SANITYCHECK(l)
#define SLABSANITYCHECK(l) #define SLABSANITYCHECK(l)
#define SLABSANE(ptr) #define SLABSANE(ptr)
#endif #endif