aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/libqmp.c')
-rw-r--r--tests/qtest/libqmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqmp.c b/tests/qtest/libqmp.c
index 2b08382e5d..a89cab03c3 100644
--- a/tests/qtest/libqmp.c
+++ b/tests/qtest/libqmp.c
@@ -134,7 +134,7 @@ static void socket_send_fds(int socket_fd, int *fds, size_t fds_num,
* in the case that they choose to discard all replies up until
* a particular EVENT is received.
*/
-static void
+static G_GNUC_PRINTF(4, 0) void
_qmp_fd_vsend_fds(int fd, int *fds, size_t fds_num,
const char *fmt, va_list ap)
{