manpage: -Wparenthesis

This commit is contained in:
Wolfgang Bumiller 2012-12-31 11:14:34 +01:00
parent 3538b505da
commit f698e796d2

View file

@ -283,6 +283,11 @@ Similar to the above but for attributes like "[[noreturn]]".
Warn when a function is marked with the attribute
"[[deprecated]]". This flag enables a warning on calls to functions
marked as such.
.TP
.B -Wparenthesis
Warn about possible mistakes caused by missing or wrong parenthesis,
like an assignment in an 'if' condition when there's no additional set
of parens around the assignment.
.SH COMPILE FLAGS
.TP
.B -fdarkplaces-string-table-bug