From: Paul Eggert Date: Mon, 13 Sep 2004 12:16:08 +0000 (+0000) Subject: Add -Wshadow. X-Git-Tag: v5.3.0~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6340f98cc43822293681e95337a0add1020affe1;p=thirdparty%2Fcoreutils.git Add -Wshadow. --- diff --git a/ChangeLog b/ChangeLog index 6f25c93a48..0b8f59c348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ Problem reported by Felipe Kellermann in: http://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00081.html +2004-09-12 Jim Meyering + + * Makefile.maint (my-distcheck): When building with -Werror, also + require -Wshadow. + 2004-09-10 Paul Eggert * NEWS: "tail" now handles obscure POSIX 1003.2-1992 cases better.