mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
gmqcc.ini.example: -Wparenthesis
This commit is contained in:
parent
f698e796d2
commit
2637f6f824
1 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue