From 06ea71d5beb91f3205cb9120d05b9ebd92b6bd5d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 21 Dec 2012 11:02:36 +0100 Subject: [PATCH] manpage: -Wcpp; added a FILES section which contains gmqcc.ini.example - we should install this to some DATADIR in the install make target --- doc/gmqcc.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index defe7d0..89605fe 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -196,7 +196,12 @@ function to an entity's .think function pointer. .TP .B -Wpreprocessor Enable warnings coming from the preprocessor. Like duplicate macro -declarations. +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. +.TP +.B -Wcpp +Show warnings created using the preprocessor's '#warning' directive. .TP .B -Wmultifile-if Warn if there's a preprocessor \fI#if\fR spanning across several @@ -356,6 +361,10 @@ Here's an example: .SH BUGS Please report bugs on , or see on how to contact us. +.SH FILES +.TP 20 +.B gmqcc.ini.example +A documented example for a gmqcc.ini file. .SH SEE ALSO .IR qcvm (1) .SH AUTHOR -- 2.39.2