From: Rudolf Polzer Date: Sat, 29 Dec 2012 19:50:52 +0000 (+0100) Subject: enable untyped nil X-Git-Tag: xonotic-v0.7.0~156 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c7cba556c17ef6243f4e56111161876035760652;p=xonotic%2Fxonotic-data.pk3dir.git enable untyped nil --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index e3cc4e603..c6cc796ee 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -22,6 +22,7 @@ QCCFLAGS ?= \ -fcorrect-ternary \ -fcorrect-logic \ -ftrue-empty-strings \ + -funtyped-nil \ -fshort-logic \ -flno \ $(QCCFLAGS_EXTRA) $(QCCFLAGS_WATERMARK)