]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Fix gcc unused variable warnings
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 16:53:00 +0000 (09:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:43 +0000 (08:38 -0700)
commit1fde1e37208c2f56c72c70a06676676f04b65998
tree52ad484f84817f66cc9223533a863c6d027ff32a
parentc65aa5b2b9c48375ea1c451f252f0056e16f4e49
Fix gcc unused variable warnings

Gcc -Wall warn: 'unused variable'

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
14 files changed:
cmd/zpool/zpool_main.c
cmd/ztest/ztest.c
module/zfs/arc.c
module/zfs/dbuf.c
module/zfs/dnode.c
module/zfs/dnode_sync.c
module/zfs/dsl_dataset.c
module/zfs/dsl_dir.c
module/zfs/sa.c
module/zfs/spa.c
module/zfs/vdev.c
module/zfs/vdev_cache.c
module/zfs/zap_micro.c
module/zfs/zio.c