From: Wolfgang Bumiller Date: Sat, 12 Jan 2013 15:32:36 +0000 (+0100) Subject: gmqcc.ini.example: VARIADIC_ARGS X-Git-Tag: before-library~278 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=f440c3c614af5e79f52f8c64207a1c9eab78e635 gmqcc.ini.example: VARIADIC_ARGS --- diff --git a/gmqcc.ini.example b/gmqcc.ini.example index 6f8f923..5a6339a 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -103,6 +103,9 @@ # 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]