mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
noref testcase must use -Wno-uninitialized-global
This commit is contained in:
parent
47baca22d9
commit
9315577be6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue