gmqcc.ini.example: VARIADIC_ARGS

This commit is contained in:
Wolfgang Bumiller 2013-01-12 16:32:36 +01:00
parent 127cc5215b
commit f440c3c614

View file

@ -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]