diff options
| author | Eduardo Habkost | 2015-04-25 17:28:06 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2015-05-11 14:59:07 +0200 |
| commit | 4cf2d837340589155acfda993c51e66eb5800416 (patch) | |
| tree | f5fc732d73d8f5b01f82930d726d2296e3525828 /include/exec/exec-all.h | |
| parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
| download | qemu-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/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
