From d961cfb8555851c0f25c47450a0b0e44aa24291b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 29 Dec 2012 17:41:01 +0100 Subject: [PATCH] gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTRIBUTES --- gmqcc.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) 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] -- 2.39.2