[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 1/6] disas: add G_GNUC_PRINTF to gstring_printf
Am 19.12.22 um 14:02 schrieb Daniel P. Berrangé: Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- disas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/disas.c b/disas.c index 94d3b45042..31df8f5b89 100644 --- a/disas.c +++ b/disas.c @@ -239,6 +239,7 @@ void target_disas(FILE *out, CPUState *cpu, target_ulong code, } }+G_GNUC_PRINTF(2, 3)static int gstring_printf(FILE *stream, const char *fmt, ...) { /* We abuse the FILE parameter to pass a GString. */ The current code uses a different pattern: static RETURN_TYPE G_GNUC_PRINTF(2, 3) function(argument list) So I would have expected static int G_GNUC_PRINTF(2, 3) gstring_printf(FILE *stream, const char *fmt, ...) Does that matter? Do we care for different patterns? Stefan Attachment:
OpenPGP_0xE08C21D5677450AD.asc Attachment:
OpenPGP_signature
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |