From 730ac0d9ce89856bb570100aa2c820be7525fa35 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Wed, 14 Oct 2009 01:51:42 -0700 Subject: makefile: stomp stupid "ignoring return value of 'int foo()', declared with attribute warn_unused_result" warnings Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 7e17360865..81c1b9accb 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -339,7 +339,7 @@ endif # MacOS endif # TILES -CFWARN_L := -Wno-array-bounds -Wno-parentheses -Wwrite-strings -Wshadow -pedantic +CFWARN_L := -D_FORTIFY_SOURCE=0 -Wno-array-bounds -Wno-parentheses -Wwrite-strings -Wshadow -pedantic CFOTHERS_L = $(EXTERNAL_FLAGS) $(EXTRA_FLAGS) $(DEFINES) -DCLUA_BINDINGS $(SDL_CFLAGS) # -- cgit v1.2.3-54-g00ecf