+2010-04-08 James Youngman <jay@gnu.org>
+
+ * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
+ the example.
+
2010-04-09 Jim Meyering <meyering@redhat.com>
maint.mk: print better diagnostic when there is no $(_hv_file)
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