mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 19:03:38 +08:00
HACKING: Update status of format checking
Hopefully all functions with printf like arguments now use format checking. This was tested with default build configuration on linux and windows hosts (including some cross compilations), so chances are good that there remain few (if any) functions without format checking. Therefore the last comment in HACKING is no longer valid but misleading. Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
c53af37f37
commit
417131fb9a
3
HACKING
3
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.
|
||||
|
Loading…
Reference in New Issue
Block a user