]> git.proxmox.com Git - qemu.git/commit - blockdev.h
blockdev: Use GCC_FMT_ATTR (format checking)
authorStefan Weil <weil@mail.berlios.de>
Thu, 23 Sep 2010 18:47:32 +0000 (20:47 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:37:13 +0000 (06:37 +0000)
commit6ea421fee15f5f2d32c2b471cb2336463d4e316b
tree55af15f0b0f14cf5b86a9b2c5ecf8b8fb045c9d2
parent8b7968f7c4ac8c07cad6a1a0891d38cf239a2839
blockdev: Use GCC_FMT_ATTR (format checking)

Additional changes:

* Removed 'extern' from drive_add (avoids too long line).
* Removed 'extern' from other functions (makes declarations
  consistent with others in same header file).

Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
blockdev.h