aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2006-09-25 21:19:58 +0000
committerMatthias Klose <doko@gcc.gnu.org>2006-09-25 21:19:58 +0000
commitbc49e3719f49946ee930a9acc5a8af234ac48948 (patch)
treef5ee5567db4eac7e3642124be469b81661d43e4c
parent3e212b0fb79c96eee46bba7fa7c7352e694098c3 (diff)
downloadgcc-bc49e3719f49946ee930a9acc5a8af234ac48948.zip
gcc-bc49e3719f49946ee930a9acc5a8af234ac48948.tar.gz
gcc-bc49e3719f49946ee930a9acc5a8af234ac48948.tar.bz2
invoke.texi: Add missing full stop.
2006-09-25 Matthias Klose <doko@debian.org> * doc/invoke.texi: Add missing full stop. From-SVN: r117211
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 49c51ce..e394cb7 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 38d227f..d5a3b6b 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