From c6d64cb23c9fbb5a14a3dfff9c91b1d7e55f2858 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 20 Jul 2013 22:19:14 +0000 Subject: [PATCH] add some CFLAGS to prevent false warnings (config.mak should not be under version control it will be fixed when the build system stabilizes) --- config.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mak b/config.mak index 07b3e4a..8249b9b 100644 --- a/config.mak +++ b/config.mak @@ -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 -- 2.20.1