X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fgmqcc.1;h=59afdb99dd85abc5bce9239c2697ecbe2e968cf0;hp=ea5d005754a4ae3bcf579824484906284003832a;hb=e11a17b40805b93e1e2ae80129c9d235b6d6119b;hpb=31f0c05ebc256ac16a9859b59767cbe1d55fb06d;ds=sidebyside diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index ea5d005..59afdb9 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -1,6 +1,6 @@ .\"mdoc -.Dd January 24, 2012 -.Dt GMQCC 1 +.Dd January 24, 2013 +.Dt GMQCC 1 PRM .Os .Sh NAME .Nm gmqcc @@ -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