Skip to content

Commit 1e8d4b9

Browse files
committed
Remove -Wstrict-overflow
1 parent 829cef3 commit 1e8d4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CFLAGS = -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy \
33
-Wmissing-include-dirs -Wnoexcept \
44
-Woverloaded-virtual -Wredundant-decls -Wshadow \
55
-Wsign-conversion -Wsign-promo -Wstrict-null-sentinel \
6-
-Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused
6+
-Wswitch-default -Wundef -Werror -Wno-unused
77

88
# these are annoying
99
# -Wmissing-declarations -Wold-style-cast

0 commit comments

Comments
 (0)