From: Szabolcs Nagy Date: Sat, 20 Jul 2013 22:19:14 +0000 (+0000) Subject: add some CFLAGS to prevent false warnings X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=c6d64cb23c9fbb5a14a3dfff9c91b1d7e55f2858;p=libc-test add some CFLAGS to prevent false warnings (config.mak should not be under version control it will be fixed when the build system stabilizes) --- 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