PATCH: doc/invoke.texi

Gerald Pfeifer gerald@pfeifer.com
Mon Nov 17 21:37:00 GMT 2003


It seems I forgot to commit this part of my 2003-10-07 change to the
3.3-branch; at least it has been in my local tree since then. :-/

Committed.

Gerald

2003-11-17  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/invoke.texi (Warning Options): Simplify and clarify the
	description of -Wnonnull.

Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.209.2.45
diff -u -3 -p -r1.209.2.45 invoke.texi
--- doc/invoke.texi	21 Jul 2003 11:19:57 -0000	1.209.2.45
+++ doc/invoke.texi	17 Nov 2003 21:16:32 -0000
@@ -2040,7 +2040,7 @@ Enable @option{-Wformat} plus format che

 @item -Wnonnull
 @opindex Wnonnull
-Enable warning about passing a null pointer for arguments marked as
+Warn about passing a null pointer for arguments marked as
 requiring a non-null value by the @code{nonnull} function attribute.

 @option{-Wnonnull} is included in @option{-Wall} and @option{-Wformat}.  It



More information about the Gcc-patches mailing list