]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/virtfs-proxy-helper.c
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
[mirror_qemu.git] / fsdev / virtfs-proxy-helper.c
index 15c0e79b067b89a6253a680dbf0126c89d74ce47..d06a0f7b83269897298e2e9493634f060c3d5166 100644 (file)
@@ -57,7 +57,7 @@ static bool is_daemon;
 static bool get_version; /* IOC getversion IOCTL supported */
 static char *prog_name;
 
-static void GCC_FMT_ATTR(2, 3) do_log(int loglevel, const char *format, ...)
+static void G_GNUC_PRINTF(2, 3) do_log(int loglevel, const char *format, ...)
 {
     va_list ap;