diff --git a/util/xfunc.h b/util/xfunc.h index e7e2e9736..87daa824a 100644 --- a/util/xfunc.h +++ b/util/xfunc.h @@ -20,7 +20,7 @@ namespace rocksdb { #if (ROCKSDB_XFTEST_FORCE == 1) #define XFUNC #endif -#elif NDEBUG +#elif defined(NDEBUG) #else #define XFUNC #endif