From 5645b0f4f2185437d8df03810ce9c102cc4c90db Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 31 Jan 2011 11:50:09 +0100 Subject: blockdev: Replace drive_add()'s fmt, ... by optstr parameter Let the callers build the optstr. Only one wants to. All the others become simpler, because they don't have to worry about escaping '%'. Signed-off-by: Markus Armbruster Signed-off-by: Kevin Wolf --- blockdev.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'blockdev.h') diff --git a/blockdev.h b/blockdev.h index 18278cc..e5d8c56 100644 --- a/blockdev.h +++ b/blockdev.h @@ -47,10 +47,7 @@ DriveInfo *drive_get_by_blockdev(BlockDriverState *bs); QemuOpts *drive_def(const char *optstr); QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file, - const char *fmt, ...) /*GCC_FMT_ATTR(4, 5)*/; - /* GCC_FMT_ATTR() commented out to avoid the (pretty useless) - * "zero-length gnu_printf format string" warning we insist to - * enable */ + const char *optstr); DriveInfo *drive_init(QemuOpts *arg, int default_to_scsi, int *fatal_error); /* device-hotplug */ -- cgit v1.1