summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-14 01:51:42 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-14 01:51:42 -0700
commit730ac0d9ce89856bb570100aa2c820be7525fa35 (patch)
tree42b7c2cfbd8c32597ed444d9add1b48c3b32ff64 /crawl-ref/source/makefile
parentba64f5cdc8000506457e3e78c063316f0cdf3116 (diff)
downloadcrawl-ref-730ac0d9ce89856bb570100aa2c820be7525fa35.tar.gz
crawl-ref-730ac0d9ce89856bb570100aa2c820be7525fa35.zip
makefile: stomp stupid "ignoring return value of 'int foo()', declared with attribute warn_unused_result" warnings
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
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)
#