diff options
Diffstat (limited to 'third_party/tcmalloc/chromium/src/internal_logging.h')
-rw-r--r-- | third_party/tcmalloc/chromium/src/internal_logging.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/tcmalloc/chromium/src/internal_logging.h b/third_party/tcmalloc/chromium/src/internal_logging.h index 731b2d9..0cb9ba2 100644 --- a/third_party/tcmalloc/chromium/src/internal_logging.h +++ b/third_party/tcmalloc/chromium/src/internal_logging.h @@ -119,9 +119,7 @@ do { \ #ifndef NDEBUG #define ASSERT(cond) CHECK_CONDITION(cond) #else -#define ASSERT(cond) \ - do { \ - } while (0 && (cond)) +#define ASSERT(cond) ((void) 0) #endif // Print into buffer |