From: Wolfgang Bumiller Date: Sat, 29 Dec 2012 16:41:01 +0000 (+0100) Subject: gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTRIBUTES X-Git-Tag: before-library~430 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d961cfb8555851c0f25c47450a0b0e44aa24291b;p=xonotic%2Fgmqcc.git gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTRIBUTES --- diff --git a/gmqcc.ini.example b/gmqcc.ini.example index b07651d..e2956dc 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -198,6 +198,13 @@ # Warn about non-constant global variables with no initializing value. UNINITIALIZED_GLOBAL = true + # Redeclaring a 'const' as 'var' or the other way round. + DIFFERENT_QUALIFIERS = true + + # Redeclaring a function with different attributes such as + # [[noreturn]] + DIFFERENT_ATTRIBUTES = true + # Finally these are all the optimizations, usually present via the -O # prefix from the command line. [optimizations]