From 0472b2e541971d162a9bbca7541c8f9299e9d78f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrangé" Date: Mon, 19 Dec 2022 08:02:04 -0500 Subject: tests: add G_GNUC_PRINTF for various functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé Message-Id: <20221219130205.687815-6-berrange@redhat.com> Signed-off-by: Paolo Bonzini --- tests/qtest/arm-cpu-features.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qtest/arm-cpu-features.c') diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c index 5a14527386..8691802950 100644 --- a/tests/qtest/arm-cpu-features.c +++ b/tests/qtest/arm-cpu-features.c @@ -32,6 +32,7 @@ static QDict *do_query_no_props(QTestState *qts, const char *cpu_type) QUERY_TAIL, cpu_type); } +G_GNUC_PRINTF(3, 4) static QDict *do_query(QTestState *qts, const char *cpu_type, const char *fmt, ...) { -- cgit 1.4.1