Update to support new warnings.
[m6w6/libmemcached] / libtest / test.h
index 5c449ab02f9e3c0341b4c1638f3f70f83c93fa3d..78cdb4e444ebfbbce220e5bd2ba9c55a06f83367 100644 (file)
@@ -170,7 +170,7 @@ do \
 #define test_zero(__actual) \
 do \
 { \
-  if (not libtest::_compare_zero(__FILE__, __LINE__, __func__, ((__actual)))) \
+  if (libtest::_compare_zero(__FILE__, __LINE__, __func__, ((__actual))) == false) \
   { \
     libtest::create_core(); \
     return TEST_FAILURE; \