From c22ccdf577a7de09e21401667b8b5025fa532148 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 31 Jul 2007 16:59:02 +0000 Subject: [PATCH] Wups, don't force those CFLAGS --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index ddfbf0dd..d9304da6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \ then echo "$(1)"; else echo "$(2)"; fi) # Loads of nice flags to ensure our code is good -override CFLAGS += -pedantic -std=c99 \ +CFLAGS += -pedantic -std=c99 \ -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \ -Wbad-function-cast -Wnested-externs -Wcomment -Winline \