From 96f8115e991844a9768de6f74213607e962d1af5 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Wed, 14 Oct 2009 04:15:21 -0700 Subject: makefile: fix warning flag order and contents Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 3fdb42db58..24d5337c30 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -342,13 +342,13 @@ endif # MacOS endif # TILES -CFWARN_L := -D_FORTIFY_SOURCE=0 -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -CFOTHERS_L = $(EXTERNAL_FLAGS) $(EXTRA_FLAGS) $(DEFINES) -DCLUA_BINDINGS $(SDL_CFLAGS) ifeq ($(GCC_GTE_4_3_0),Yes) CFWARN_L += -Wno-array-bounds endif +CFWARN_L += -Wno-parentheses -Wwrite-strings -Wshadow -pedantic -D_FORTIFY_SOURCE=0 +CFOTHERS_L = $(EXTERNAL_FLAGS) $(EXTRA_FLAGS) $(DEFINES) -DCLUA_BINDINGS $(SDL_CFLAGS) # # Figure out the build settings for this type of build -- cgit v1.2.3-54-g00ecf