mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
gmqcc.ini.example: VARIADIC_ARGS
This commit is contained in:
parent
127cc5215b
commit
f440c3c614
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@
|
|||
# <ident> when you accidently typo. Amongst others
|
||||
ENHANCED_DIAGNOSTICS = true
|
||||
|
||||
# Allow vararg access from within QC of the form: ...(argnumber, type)
|
||||
VARIADIC_ARGS = true
|
||||
|
||||
# These are all the warnings, usually present via the -W prefix from
|
||||
# the command line.
|
||||
[warnings]
|
||||
|
|
Loading…
Reference in a new issue