diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 49c51ced7a78993ef70176a932189ddd9af0681e..e394cb7b9acd14b385584a51ef4f141686a1b0a9 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 38d227ff7847750db3fe1971c11f6158c3d0bc75..d5a3b6bac6bd39394d84c9fcb78a02c626b7d50a 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