From abcb6ae7b28cbd436fac1eab8659a2e2e3fe4588 Mon Sep 17 00:00:00 2001 From: doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 25 Sep 2006 21:19:58 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49c51ced7a78..e394cb7b9acd 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 38d227ff7847..d5a3b6bac6bd 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 -- GitLab