Skip to content

Commit

Permalink
Disable dangling reference warning
Browse files Browse the repository at this point in the history
GCC 13 reports false positives of this warning.
  • Loading branch information
Arkaeriit committed May 8, 2023
1 parent c39ad92 commit 8943784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ WARNINGS = \
-Wsuggest-override \
-Wunused-macros \
-Wzero-as-null-pointer-constant \
-Wno-unknown-warning-option
-Wno-unknown-warning-option \
-Wno-dangling-reference
# Uncomment below to disable warnings
#WARNINGS = -w
DEBUGSYMS = -g
Expand Down

0 comments on commit 8943784

Please sign in to comment.