projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f698e79
)
gmqcc.ini.example: -Wparenthesis
author
Wolfgang Bumiller <blub@speed.at>
Mon, 31 Dec 2012 10:14:43 +0000
(11:14 +0100)
committer
Wolfgang Bumiller <blub@speed.at>
Mon, 31 Dec 2012 10:14:43 +0000
(11:14 +0100)
gmqcc.ini.example
patch
|
blob
|
history
diff --git
a/gmqcc.ini.example
b/gmqcc.ini.example
index 6d7a53f4b0f1b772866d3a5de2a79abd9dea0aff..d171e959e8c001cefed6410f0a486f591b24ca53 100644
(file)
--- 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]