]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/buffer.h
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
[mirror_qemu.git] / include / qemu / buffer.h
index d34d2c857ccc64cbc0780fa69e2858e234c1d7c2..e95dfd696ca8393822c0ee349f8ede3ca0e6ea91 100644 (file)
@@ -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: