From: Wolfgang Bumiller <blub@speed.at>
Date: Fri, 28 Dec 2012 18:09:06 +0000 (+0100)
Subject: noref testcase must use -Wno-uninitialized-global
X-Git-Tag: before-library~441
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9315577be699c99440ea5b4b1030e9be41dab853;p=xonotic%2Fgmqcc.git

noref testcase must use -Wno-uninitialized-global
---

diff --git a/tests/noref.tmpl b/tests/noref.tmpl
index 82f3d3d..27a537d 100644
--- a/tests/noref.tmpl
+++ b/tests/noref.tmpl
@@ -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