gmqcc.ini.example: -Wparenthesis

This commit is contained in:
Wolfgang Bumiller 2012-12-31 11:14:43 +01:00
parent f698e796d2
commit 2637f6f824

View file

@ -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]