diff options
| author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-25 21:19:58 +0000 |
|---|---|---|
| committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-25 21:19:58 +0000 |
| commit | abcb6ae7b28cbd436fac1eab8659a2e2e3fe4588 (patch) | |
| tree | f5ee5567db4eac7e3642124be469b81661d43e4c | |
| parent | da60759483fd6f3b57074738bdc03e36ea37a23e (diff) | |
| download | ppe42-gcc-abcb6ae7b28cbd436fac1eab8659a2e2e3fe4588.tar.gz ppe42-gcc-abcb6ae7b28cbd436fac1eab8659a2e2e3fe4588.zip | |
2006-09-25 Matthias Klose <doko@debian.org>
* doc/invoke.texi: Add missing full stop.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117211 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 49c51ced7a7..e394cb7b9ac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-25 Matthias Klose <doko@debian.org> + + * doc/invoke.texi: Add missing full stop. + 2006-09-25 Richard Henderson <rth@redhat.com> * cgraph.c (dump_cgraph_varpool_node): Don't crash if called diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 38d227ff784..d5a3b6bac6b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2668,7 +2668,7 @@ To suppress this warning use the @samp{unused} attribute @item -Wunused-variable @opindex Wunused-variable Warn whenever a local variable or non-constant static variable is unused -aside from its declaration +aside from its declaration. This warning is enabled by @option{-Wall}. To suppress this warning use the @samp{unused} attribute |

