From: Thien-Thi Nguyen Date: Fri, 5 Nov 2010 13:21:51 +0000 (+0100) Subject: Fix copy/paste bug: Use unique name for compiler warnings. X-Git-Tag: v0.1~3647 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8e20755cd51476b841e55faf7c21a57d8884d130;p=gnulib.git Fix copy/paste bug: Use unique name for compiler warnings. * MODULES.html.sh: For compiler warnings, use name `ansic_ext_compwarn' since `ansic_ext_misc' is already taken. Signed-off-by: Thien-Thi Nguyen --- diff --git a/ChangeLog b/ChangeLog index e36599e5e..a303dff23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-11-05 Thien-Thi Nguyen (tiny change) + + [html] Fix copy/paste bug: Use unique name for compiler warnings. + * MODULES.html.sh: For compiler warnings, use name + `ansic_ext_compwarn' since `ansic_ext_misc' is already taken. + 2010-11-05 Eric Blake ceil, floor: avoid spurious failure with icc diff --git a/MODULES.html.sh b/MODULES.html.sh index eb5b642d3..983953c3f 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1953,7 +1953,7 @@ func_all_modules () element="Compiler warning management" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` - func_section_wrap ansic_ext_misc + func_section_wrap ansic_ext_compwarn func_wrap H3 func_echo "$element"