Skip to content

Commit

Permalink
state that -Winline and -Wmissing-declarations are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Oct 31, 2023
1 parent 4cbaef9 commit 6c4d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ all: $(PROG)

## To be tested:
# GCC 8: -fanalyzer -Werror
# GCC 10: -Winline -Wmissing-declarations # many false-positives
# GCC 10: -Winline -Wmissing-declarations # many false-positives, not useful
# GCC 12: nothing not already activated by default or covered by -Wall -Wextra
# GCC 13: nothing not already activated by default or covered by -Wall -Wextra
debug: SPECIFIC = -Og -ggdb -DDEBUG -fsanitize=undefined,address -fno-omit-frame-pointer \
Expand Down

0 comments on commit 6c4d90e

Please sign in to comment.