]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: fix shadow declaration
authorSami Kerola <kerolasa@iki.fi>
Wed, 25 Jul 2012 19:15:33 +0000 (21:15 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Jul 2012 11:51:22 +0000 (13:51 +0200)
commit89a13b46bd1a0c8aa5c1dbbc6ed3d669c1448274
tree80ba6be3ae38454b1bffd2002201de6110cb4ea2
parent728510441027c6a5d6dff866beedf1e260852d67
hexdump: fix shadow declaration

text-utils/hexdump.h:84:5: warning: shadowed declaration is here [-Wshadow]
./include/xalloc.h:23:28: warning: declaration of 'size' shadows a global declaration [-Wshadow]
./include/xalloc.h:33:40: warning: declaration of 'size' shadows a global declaration [-Wshadow]
./include/xalloc.h:43:49: warning: declaration of 'size' shadows a global declaration [-Wshadow]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/hexdump.c
text-utils/hexdump.h
text-utils/parse.c