]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi ([Wformat-zero-length]): Tidy.
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 14 Oct 2011 14:03:53 +0000 (14:03 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 14 Oct 2011 14:03:53 +0000 (14:03 +0000)
2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/invoke.texi ([Wformat-zero-length]): Tidy.

From-SVN: r179978

gcc/ChangeLog
gcc/doc/invoke.texi

index c3bc276ce2ec4ab7a9722091c64cddbe22e197df..6dc80be42d96a1cd61db5daa5018939944d1390e 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * doc/invoke.texi ([Wformat-zero-length]): Tidy.
+
 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
 
        * gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr
index dcdae47baba09da8c19dc956eeb3eb068dd0d1b5..d374db42e1bdd31c12359f85fed37015f62b831b 100644 (file)
@@ -3190,7 +3190,7 @@ in the case of @code{scanf} formats, this option will suppress the
 warning if the unused arguments are all pointers, since the Single
 Unix Specification says that such unused arguments are allowed.
 
-@item -Wno-format-zero-length @r{(C, C++, Objective-C and Objective-C++ only)}
+@item -Wno-format-zero-length
 @opindex Wno-format-zero-length
 @opindex Wformat-zero-length
 If @option{-Wformat} is specified, do not warn about zero-length formats.