]> git.proxmox.com Git - qemu.git/commit - tests/libqtest.c
qtest: Fix more format errors with qtest_sendf
authorStefan Weil <sw@weilnetz.de>
Mon, 23 Apr 2012 19:40:08 +0000 (21:40 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 26 Apr 2012 18:14:57 +0000 (13:14 -0500)
commitea7697fcd6edda2e0e54a02653e045003970bfbe
treeb1eb863ad3ec864f245b2ea4113d1cec8108abf8
parent94b262949416f37116ea6fe456f45405b583c8f7
qtest: Fix more format errors with qtest_sendf

After adding GCC_FMT_ATTR to qtest_sendf, more format errors are reported
by the compiler. These are fixed here.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tests/libqtest.c