diff --git a/src/util/macros.h b/src/util/macros.h index c7648fd0..8be7fc43 100644 --- a/src/util/macros.h +++ b/src/util/macros.h @@ -408,7 +408,7 @@ #define ATTR_NOINLINE #endif -#if HAVE_STMT_ATTRIBUTE_SUPPRESS +#ifdef HAVE_STMT_ATTRIBUTE_SUPPRESS #define ANALYZER_SUPPRESS(stmt) __attribute__((suppress)) stmt #else #define ANALYZER_SUPPRESS(stmt) stmt