]> xenbits.xensource.com Git - libvirt.git/commit
Remove ATTRIBUTE_NONNULL(3) from qemuMonitorJSONDrivePivot
authorJohn Ferlan <jferlan@redhat.com>
Thu, 17 Oct 2013 13:21:46 +0000 (09:21 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 17 Oct 2013 23:36:42 +0000 (19:36 -0400)
commit0cacffac6416dca4ea00c7827f33914bf8d6bb0a
tree7cf8e039469f32678c32310ab523262ca3ebc66c
parent21f2d80b0cdf30fe3a6c942f9d7d6b17cb73ec66
Remove ATTRIBUTE_NONNULL(3) from qemuMonitorJSONDrivePivot

The header definition didn't match the function declaration, so adjusted
header to reflect the definition.

Found during a Coverity build where STATIC_ANALYSIS is enabled resulting
in the internal.h adding __nonnull__ handling to arguments.

Commit '6d264c91' added support for the qemuMonitorJSONDrivePivot() and
commit 'fbc3adc9' added a corresponding test which ended up triggering
the build failure which I didn't notice until today!
src/qemu/qemu_monitor_json.h