We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829cef3 commit 1e8d4b9Copy full SHA for 1e8d4b9
Makefile
@@ -3,7 +3,7 @@ CFLAGS = -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy \
3
-Wmissing-include-dirs -Wnoexcept \
4
-Woverloaded-virtual -Wredundant-decls -Wshadow \
5
-Wsign-conversion -Wsign-promo -Wstrict-null-sentinel \
6
- -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused
+ -Wswitch-default -Wundef -Werror -Wno-unused
7
8
# these are annoying
9
# -Wmissing-declarations -Wold-style-cast
0 commit comments