utils_mount.c: Fixed an unused variable warning on some systems.
authorSebastian Harl <sh@tokkee.org>
Wed, 19 Dec 2007 19:37:30 +0000 (20:37 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 27 Dec 2007 10:24:38 +0000 (11:24 +0100)
commitc96e6f04275cad2ba1622555f3f4e58bda4d92df
tree8e1469abda65568b08eb8cd36168fc73d181d507
parent74bac9bc5636248e0daef5d64ed9fb0082f581d1
utils_mount.c: Fixed an unused variable warning on some systems.

This warning appeared on systems using listmntent() or getv?fsstat() when
compiling with debugging disabled only. It was caused by the declaration of a
character array for use with sstrerror() inside a call to DEBUG().

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/utils_mount.c