1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
2002-11-09 22:01:56 +00:00
parent f559a4c800
commit bb1c17a762

View File

@@ -1,3 +1,8 @@
2002-11-08 Paul Eggert <eggert@twinsun.com>
* human.c (human_readable): Revamp to avoid warning about unused
variable 'amt'. Unfortunately this means using some gotos.
2002-11-08 Jim Meyering <jim@meyering.net>
* human.c (human_readable): Avoid warnings from gcc -Wshadow.