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 8160475 commit b92b136Copy full SHA for b92b136
Makefile
@@ -1,4 +1,3 @@
1
-CC ?= gcc
2
CFLAGS := -O -g \
3
-std=c99 -pedantic
4
@@ -14,7 +13,8 @@ CFLAGS_TO_CHECK := \
14
13
-Wno-strict-prototypes \
15
-Wno-declaration-after-statement \
16
-Wno-format \
17
- -Wno-format-pedantic
+ -Wno-format-pedantic \
+ -Wno-overflow
18
19
SUPPORTED_CFLAGS :=
20
# Check if a specific compiler flag is supported, attempting a dummy compilation
0 commit comments