]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
noref testcase must use -Wno-uninitialized-global
authorWolfgang Bumiller <blub@speed.at>
Fri, 28 Dec 2012 18:09:06 +0000 (19:09 +0100)
committerWolfgang Bumiller <blub@speed.at>
Fri, 28 Dec 2012 18:09:06 +0000 (19:09 +0100)
tests/noref.tmpl

index 82f3d3d57bcdafd077725bd8f554cff3e859d6d0..27a537d9bbc72cb87e8ffa3921421debb4a5ce87 100644 (file)
@@ -1,4 +1,4 @@
 I: noref.qc
 D: noref keyword and pragma
 T: -compile
-C: -std=qcc -Wall -Werror
+C: -std=qcc -Wall -Werror -Wno-uninitialized-global