diff options
author | Kevin Wolf <kwolf@redhat.com> | 2010-01-15 12:56:41 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-19 16:31:04 -0600 |
commit | beb6f0de7aa19ce62fdd21a876b8c171ac7fde2e (patch) | |
tree | 8955992d29c37fd607dd79006d8d9737c83a8dc6 /json-streamer.h | |
parent | 0d2ed46af43365fd713532c5eb9450380635b694 (diff) |
Fix QEMU_WARN_UNUSED_RESULT
Since commit 747bbdf7 QEMU_WARN_UNUSED_RESULT is never defined as it is
conditional on a define from config-host.h which is included only later.
Include that file earlier to get the warnings back.
Reactivating it unfortunately leads to some warnings about unused qdev_init
results. These calls are changed to qdev_init_nofail to avoid build failures.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'json-streamer.h')
0 files changed, 0 insertions, 0 deletions