]> Git Repo - qemu.git/commit
qapi: fix qapi_dealloc_type_size parameter type
authorBruce Rogers <[email protected]>
Tue, 27 Nov 2012 20:11:25 +0000 (13:11 -0700)
committerLuiz Capitulino <[email protected]>
Thu, 29 Nov 2012 13:05:23 +0000 (11:05 -0200)
commit1d16252652688a775b244fffa1b9ac9b719ceffc
tree5b0826d8bc24553370dae17d65e9d6b088c6f9cb
parente9bff10f8db94912b1b0e6e2e3394cae02faf614
qapi: fix qapi_dealloc_type_size parameter type

The second parameter to qapi_dealloc_type_size should be a uint64_t *,
not a size_t *. This was causing our 32 bit x86 build to fail, since
warnings are treated as errors.

Signed-off-by: Bruce Rogers <[email protected]>
Reviewed-by: Michael Roth <[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Signed-off-by: Luiz Capitulino <[email protected]>
qapi/qapi-dealloc-visitor.c
This page took 0.021208 seconds and 4 git commands to generate.