From bc49e3719f49946ee930a9acc5a8af234ac48948 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 25 Sep 2006 21:19:58 +0000 Subject: [PATCH] invoke.texi: Add missing full stop. 2006-09-25 Matthias Klose * doc/invoke.texi: Add missing full stop. From-SVN: r117211 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * doc/invoke.texi: Add missing full stop. + 2006-09-25 Richard Henderson * 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 -- 2.30.2