mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
util/error: add G_GNUC_PRINTF for various functions
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221219130205.687815-5-berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e4418354c0
commit
beede7e848
2 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ real_time_iso8601(void)
|
|||
* a single phrase, with no newline or trailing punctuation.
|
||||
* Prepend the current location and append a newline.
|
||||
*/
|
||||
G_GNUC_PRINTF(2, 0)
|
||||
static void vreport(report_type type, const char *fmt, va_list ap)
|
||||
{
|
||||
gchar *timestr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue