Skip to content

Commit

Permalink
Merge pull request IBAMR#1668 from drwells/fix-gcc-warning
Browse files Browse the repository at this point in the history
Fix a new GCC warning.
  • Loading branch information
drwells authored Jan 5, 2024
2 parents 7ac8efe + ec9fbed commit 77093ad
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 77093ad

Please sign in to comment.