]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Adding -Wunknown-pragmas to the manpage
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 17 Dec 2012 16:18:19 +0000 (17:18 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 17 Dec 2012 16:18:19 +0000 (17:18 +0100)
doc/gmqcc.1

index 90df77a696e9910a09ce7705cfccba6a5cdd75b6..122fd18413fa5d2922d04096be084f517e50e231 100644 (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
 actually want. We recommend the \fI-fcorrect-ternary\fR option.
 .TP
 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.
 .B -Wdebug
 Enable some warnings added in order to help debugging in the compiler.
 You won't need this.