]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove ATTRIBUTE_NONNULL(2) from virDomainCheckDeviceChanges()
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 26 Jul 2019 20:56:33 +0000 (16:56 -0400)
committerEric Blake <eblake@redhat.com>
Fri, 26 Jul 2019 21:32:29 +0000 (16:32 -0500)
commitc0533b65529ef1e20ec9fe5fcef2b1b846421169
treed9b572b3b573b009e83f8442da65165fd1f8e2e4
parent4f5fff8735dd26faa39a2789d43b3e450c599eb0
conf: Remove ATTRIBUTE_NONNULL(2) from virDomainCheckDeviceChanges()

Since we are checking the 2nd parameter in the function for NULL,
we need to remove ATTRIBUTE_NONNULL(2) from the prototype.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
Message-Id: <20190726205633.2041912-5-stefanb@linux.vnet.ibm.com>
src/conf/domain_conf.h