aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-12-13 11:36:35 +0100
committerJan Beulich <jbeulich@suse.com>2011-12-13 11:36:35 +0100
commitdd02b58523c43bf517bb6e9d69b4983068e6b89c (patch)
tree12e026933e44834dd148f5591783911750d1fe7d /tools/libfsimage
parentfca703871175e50e18cd12f92eebd4b2b25b8c95 (diff)
downloadxen-dd02b58523c43bf517bb6e9d69b4983068e6b89c.tar.gz
xen-dd02b58523c43bf517bb6e9d69b4983068e6b89c.tar.bz2
xen-dd02b58523c43bf517bb6e9d69b4983068e6b89c.zip
remove the use of -Wno-unused-value
It has been hiding actual mistakes, and there are not too many changes necessary to make things build without suppressing this warning. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/libfsimage')
-rw-r--r--tools/libfsimage/common/fsimage_grub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/common/fsimage_grub.h b/tools/libfsimage/common/fsimage_grub.h
index 87f89ede20..534c346b23 100644
--- a/tools/libfsimage/common/fsimage_grub.h
+++ b/tools/libfsimage/common/fsimage_grub.h
@@ -57,7 +57,7 @@ typedef struct fsig_plugin_ops {
#define disk_read_func (*fsig_disk_read_junk())
#define disk_read_hook (*fsig_disk_read_junk())
#define print_possibilities 0
-#define noisy_printf
+#define noisy_printf(fmt...)
#define grub_memset memset
#define grub_memmove memmove