Skip to content

Commit

Permalink
Fix a new GCC warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
drwells committed Jan 4, 2024
1 parent d13e6bd commit ec9fbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibtk/include/ibtk/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ _Pragma("GCC diagnostic ignored \"-Wdeprecated-copy\"") \
_Pragma("GCC diagnostic ignored \"-Wunused-parameter\"") \
_Pragma("GCC diagnostic ignored \"-Wparentheses\"") \
_Pragma("GCC diagnostic ignored \"-Wdangling-reference\"") \
_Pragma("GCC diagnostic ignored \"-Warray-bounds\"") \
_Pragma("GCC diagnostic ignored \"-Wunneeded-internal-declaration\"")

#define IBTK_ENABLE_EXTRA_WARNINGS _Pragma("GCC diagnostic pop")
Expand Down

0 comments on commit ec9fbed

Please sign in to comment.