From dd02b58523c43bf517bb6e9d69b4983068e6b89c Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 13 Dec 2011 11:36:35 +0100 Subject: 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 Acked-by: Keir Fraser --- tools/libfsimage/common/fsimage_grub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libfsimage') 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 -- cgit v1.2.3