mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-16 08:32:02 +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
|
without enclosing parenthesis, since this is most likely not what you
|
||||||
actually want. We recommend the \fI-fcorrect-ternary\fR option.
|
actually want. We recommend the \fI-fcorrect-ternary\fR option.
|
||||||
.TP
|
.TP
|
||||||
|
.B -Wunknown-pragmas
|
||||||
|
Warn when encountering an unrecognized \fI#pragma\fR line.
|
||||||
|
.TP
|
||||||
.B -Wdebug
|
.B -Wdebug
|
||||||
Enable some warnings added in order to help debugging in the compiler.
|
Enable some warnings added in order to help debugging in the compiler.
|
||||||
You won't need this.
|
You won't need this.
|
||||||
|
|
Loading…
Reference in a new issue