diff options
| author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-16 21:18:14 +0000 | 
|---|---|---|
| committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-16 21:18:14 +0000 | 
| commit | 8aa55c8da880bb11e6e97f2934cc57876f79dbe2 (patch) | |
| tree | 49215eb189bf197cccbaafe3a8e7314c568bef25 /gcc | |
| parent | 8b8bec0249de1d831925f07cb45f8417ace81075 (diff) | |
| download | ppe42-gcc-8aa55c8da880bb11e6e97f2934cc57876f79dbe2.tar.gz ppe42-gcc-8aa55c8da880bb11e6e97f2934cc57876f79dbe2.zip | |
2002-08-16  Sylvain Pion <pion@cs.nyu.edu>
	* doc/invoke.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 118c8f6d37d..989fa5fa50b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-16  Sylvain Pion <pion@cs.nyu.edu> + +	* doc/invoke.texi: Fix typo. +  2002-08-16  David Edelsohn  <edelsohn@gnu.org>  	* doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f898f907665..3119c454e64 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2109,7 +2109,7 @@ To suppress this warning cast the expression to @samp{void}.  @item -Wunused  @opindex Wunused -All all the above @option{-Wunused} options combined. +All the above @option{-Wunused} options combined.  In order to get a warning about an unused function parameter, you must  either specify @samp{-W -Wunused} or separately specify | 

