git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b93196d
)
tools:virtio: fix compilation warning
author
Cong Ding
<dinggnu@gmail.com>
Mon, 3 Dec 2012 10:24:54 +0000
(10:24 +0000)
committer
Michael 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