]> git.proxmox.com Git - qemu.git/commit
block/ssh: Add missing gcc format attributes
authorStefan Weil <sw@weilnetz.de>
Thu, 18 Apr 2013 20:21:05 +0000 (22:21 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 19 Apr 2013 09:44:16 +0000 (11:44 +0200)
commit6ae7d660a089502ec5f5cea133e5fd93fd82f3a8
tree5377c3b71a2764e4d67bdfda00169246f403b87e
parent40508bb424971d9f39f3fb3b455a1765aa7799ee
block/ssh: Add missing gcc format attributes

Now gcc will check whether format string and variable arguments match.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/ssh.c