]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: remove unused variables
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jun 2011 10:27:03 +0000 (12:27 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jun 2011 10:27:03 +0000 (12:27 +0200)
commit52019d889f526c21a97031d4dc4b0e1faab1b606
treef44eb678760c905d71ba64943d9c5803991eb70e
parent5b7fed151f768c50cfa958fa41198d3da90778c8
hwclock: remove unused variables

hwclock.c: In function ‘set_hardware_clock’:
hwclock.c:467:7: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
hwclock.c: In function ‘main’:
hwclock.c:1461:7: warning: variable ‘ARCconsole’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Karel Zak <kzak@redhat.com>
hwclock/hwclock.c