From: Wolfgang (Blub) Bumiller Date: Mon, 17 Dec 2012 16:18:19 +0000 (+0100) Subject: Adding -Wunknown-pragmas to the manpage X-Git-Tag: 0.1.9~79 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=6fa30fdaf4d849d4e8c7196dab9f71a0cb7605f2 Adding -Wunknown-pragmas to the manpage --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 90df77a..122fd18 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -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.