summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2015-04-25 17:28:06 +0200
committerLuiz Capitulino2015-05-11 14:59:07 +0200
commit4cf2d837340589155acfda993c51e66eb5800416 (patch)
treef5fc732d73d8f5b01f82930d726d2296e3525828 /include
parentMerge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff)
downloadqemu-4cf2d837340589155acfda993c51e66eb5800416.tar.gz
qemu-4cf2d837340589155acfda993c51e66eb5800416.tar.xz
qemu-4cf2d837340589155acfda993c51e66eb5800416.zip
QJSON: Use OBJECT_CHECK
The QJSON code used casts to (QJSON*) directly, instead of OBJECT_CHECK. There were even some functions using object_dynamic_cast() calls followed by assert(), which is exactly what OBJECT_CHECK does (by calling object_dynamic_cast_assert()). Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions