]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/9p-marshal.c
Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydell/qemu...
[mirror_qemu.git] / fsdev / 9p-marshal.c
index 51881fe2201075f01acc55730cdb0cf4edfc46f6..f9b0336cd59d7e4247c511d0bcf68e95802c2966 100644 (file)
@@ -27,7 +27,7 @@ void v9fs_string_free(V9fsString *str)
     str->size = 0;
 }
 
-void GCC_FMT_ATTR(2, 3)
+void G_GNUC_PRINTF(2, 3)
 v9fs_string_sprintf(V9fsString *str, const char *fmt, ...)
 {
     va_list ap;