From f440c3c614af5e79f52f8c64207a1c9eab78e635 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 12 Jan 2013 16:32:36 +0100 Subject: [PATCH] gmqcc.ini.example: VARIADIC_ARGS --- gmqcc.ini.example | 3 +++ 1 file changed, 3 insertions(+) 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] -- 2.39.2