bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add missing parenthesis in manywarnings example


From: James Youngman
Subject: [PATCH] Add missing parenthesis in manywarnings example
Date: Thu, 8 Apr 2010 03:02:12 +0100

---
 ChangeLog             |    5 +++++
 doc/manywarnings.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6ff91cb..be00156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-08  James Youngman  <address@hidden>
+
+       * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
+       the example.
+
 2010-04-07  Karl Berry  <address@hidden>
 
        * config/srclist.txt,
diff --git a/doc/manywarnings.texi b/doc/manywarnings.texi
index d3edf1f..cb2cf29 100644
--- a/doc/manywarnings.texi
+++ b/doc/manywarnings.texi
@@ -18,7 +18,7 @@ nw="$nw -Wtraditional"          # All compilers nowadays 
support ANSI C
 nw="$nw -Wconversion"           # These warnings usually don't point to 
mistakes.
 nw="$nw -Wsign-conversion"      # Likewise.
 # Enable all GCC warnings not in this list.
-gl_MANYWARN_COMPLEMENT[warnings], [$warnings], [$nw])
+gl_MANYWARN_COMPLEMENT([warnings], [$warnings], [$nw])
 for w in $warnings; do
   gl_WARN_ADD([$w])
 done
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]