From 2637f6f82455e4127526e725e4c16a081ead45f4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 31 Dec 2012 11:14:43 +0100 Subject: [PATCH] gmqcc.ini.example: -Wparenthesis --- gmqcc.ini.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gmqcc.ini.example b/gmqcc.ini.example index 6d7a53f..d171e95 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -210,6 +210,10 @@ # marked as such. DEPRECATED = true + # Warn about possible problems from missing parenthesis, like an + # assignment used as truth value without additional parens around. + PARENTHESIS = true + # Finally these are all the optimizations, usually present via the -O # prefix from the command line. [optimizations] -- 2.39.2