From: Wolfgang Bumiller Date: Thu, 31 Jan 2013 21:23:29 +0000 (+0100) Subject: manpage: removed -Wpreprocessor X-Git-Tag: before-library~174^2~1 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=ea15abada5fe09b7106966b8d16edb95a52cd456 manpage: removed -Wpreprocessor --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index f377197..59afdb9 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -249,11 +249,6 @@ will generate a warning. Warn when assigning to a function pointer with an unmatching signature. This usually happens in cases like assigning the null function to an entity's .think function pointer. -.It Fl W Ns Cm preprocessor -Enable warnings coming from the preprocessor. Like duplicate macro -declarations. This warning triggers when there's a problem with the -way the preprocessor has been used, it will \fBnot\fR affect warnings -generated with the '#warning' directive. See -Wcpp. .It Fl W Ns Cm cpp Show warnings created using the preprocessor's '#warning' directive. .It Fl W Ns Cm multifile-if