From: Wolfgang Bumiller Date: Mon, 31 Dec 2012 10:14:43 +0000 (+0100) Subject: gmqcc.ini.example: -Wparenthesis X-Git-Tag: before-library~418 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2637f6f82455e4127526e725e4c16a081ead45f4 gmqcc.ini.example: -Wparenthesis --- 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]