Adding -Wunknown-pragmas to the manpage

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-12-17 17:18:19 +01:00
parent 8e0515de44
commit 6fa30fdaf4

View file

@ -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.