From f5fb344bf9dd4b46fdac39279feadefc5dcbb113 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 14 Oct 2011 14:03:53 +0000 Subject: [PATCH] invoke.texi ([Wformat-zero-length]): Tidy. 2011-10-14 Paolo Carlini * doc/invoke.texi ([Wformat-zero-length]): Tidy. From-SVN: r179978 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c3bc276ce2ec..6dc80be42d96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-14 Paolo Carlini + + * doc/invoke.texi ([Wformat-zero-length]): Tidy. + 2011-10-14 Jakub Jelinek * gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dcdae47baba0..d374db42e1bd 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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. -- 2.47.2