summary refs log tree commit diff stats
path: root/include/qemu/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/buffer.h')
-rw-r--r--include/qemu/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/buffer.h b/include/qemu/buffer.h
index d34d2c857c..e95dfd696c 100644
--- a/include/qemu/buffer.h
+++ b/include/qemu/buffer.h
@@ -49,7 +49,7 @@ struct Buffer {
  * to identify in debug traces.
  */
 void buffer_init(Buffer *buffer, const char *name, ...)
-        GCC_FMT_ATTR(2, 3);
+        G_GNUC_PRINTF(2, 3);
 
 /**
  * buffer_shrink: