Skip to content

Commit

Permalink
fix typo #if ==> #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Sep 16, 2024
1 parent 2a36dde commit d3188d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3188d4

Please sign in to comment.