]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
-std=gmqcc
authorRudolf Polzer <divverent@xonotic.org>
Mon, 31 Dec 2012 11:18:14 +0000 (12:18 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 31 Dec 2012 11:18:14 +0000 (12:18 +0100)
qcsrc/Makefile

index 1ffb727a80d1eac54146d837ef7014c45cfecc7a..d90ce997b1614e155fcf5356202d050dc4156d7b 100644 (file)
@@ -7,11 +7,10 @@ VERSION_MESSAGE = $(shell cd server && $(QCC) --version --help)
 ifneq (,$(findstring GMQCC,$(VERSION_MESSAGE)))
 # this is gmqcc
 QCCFLAGS ?= \
-       -std=fteqcc \
+       -std=gmqcc \
        -Werror -Wall \
        -Wno-field-redeclared \
        -Wno-double-declaration \
-       -Wno-unused-variable \
        -Wno-uninitialized-global \
        -O3 \
        -fftepp \