mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Adding -Wunknown-pragmas to the manpage
This commit is contained in:
parent
8e0515de44
commit
6fa30fdaf4
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ Warn if a ternary expression which contains a comma operator is used
|
|||
without enclosing parenthesis, since this is most likely not what you
|
||||
actually want. We recommend the \fI-fcorrect-ternary\fR option.
|
||||
.TP
|
||||
.B -Wunknown-pragmas
|
||||
Warn when encountering an unrecognized \fI#pragma\fR line.
|
||||
.TP
|
||||
.B -Wdebug
|
||||
Enable some warnings added in order to help debugging in the compiler.
|
||||
You won't need this.
|
||||
|
|
Loading…
Reference in a new issue