mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
manpage: -Wparenthesis
This commit is contained in:
parent
3538b505da
commit
f698e796d2
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue