aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-04-25 12:28:06 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2015-05-11 08:59:07 -0400
commit4cf2d837340589155acfda993c51e66eb5800416 (patch)
treef5fc732d73d8f5b01f82930d726d2296e3525828 /include
parentb951cda21d6b232f138ccf008e12bce8ddc95465 (diff)
downloadqemu-4cf2d837340589155acfda993c51e66eb5800416.zip
qemu-4cf2d837340589155acfda993c51e66eb5800416.tar.gz
qemu-4cf2d837340589155acfda993c51e66eb5800416.tar.bz2
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