]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
enable untyped nil
authorRudolf Polzer <divverent@xonotic.org>
Sat, 29 Dec 2012 19:50:52 +0000 (20:50 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 29 Dec 2012 19:50:52 +0000 (20:50 +0100)
qcsrc/Makefile

index e3cc4e60359fbe3db2369f47c1c40e1e9d2aa6cc..c6cc796ee8650679eb40977ee3c96f507709e075 100644 (file)
@@ -22,6 +22,7 @@ QCCFLAGS ?= \
        -fcorrect-ternary \
        -fcorrect-logic \
        -ftrue-empty-strings \
+       -funtyped-nil \
        -fshort-logic \
        -flno \
        $(QCCFLAGS_EXTRA) $(QCCFLAGS_WATERMARK)