tools:virtio: fix compilation warning
authorCong Ding <dinggnu@gmail.com>
Mon, 3 Dec 2012 10:24:54 +0000 (10:24 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 6 Dec 2012 15:09:17 +0000 (17:09 +0200)
We do not allow old-style function definition.  Always spell foo(void) if
a function does not take any parameters.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

No differences found