On Sat, Jan 25, 2014 at 06:18:23PM +0100, Stefan Weil wrote: > This fixes a compiler warning with -Werror=missing-format-attribute > and allows improved compiler checks for variable argument lists. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > include/qemu/readline.h | 3 ++- > monitor.c | 3 ++- > qemu-io.c | 3 ++- > 3 files changed, 6 insertions(+), 3 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>