add some CFLAGS to prevent false warnings
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 22:19:14 +0000 (22:19 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 22:19:14 +0000 (22:19 +0000)
(config.mak should not be under version control it will be fixed
when the build system stabilizes)

config.mak

index 07b3e4a..8249b9b 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces
+CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
 CFLAGS += -g
 LDFLAGS += -g