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]