]> git.proxmox.com Git - qemu.git/blobdiff - HACKING
piix_pci: fix piix3_set_irq_pic()
[qemu.git] / HACKING
diff --git a/HACKING b/HACKING
index 6ba9d7e7402718d3a042e0026fd7b275e8dd6b1c..3af53fdcb8c3eb1411abf2d46e452338a68a9a28 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -120,6 +120,3 @@ gcc's printf attribute directive in the prototype.
 This makes it so gcc's -Wformat and -Wformat-security options can do
 their jobs and cross-check format strings with the number and types
 of arguments.
-
-Currently many functions in QEMU are not following this rule but
-patches to add the attribute would be very much appreciated.