1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

qemu: Fix build error in Coverity environment

Commit id '08600de37' changed the prototype to reduce an argument, but
didn't adjust the ATTRIBUTE_NONNULL(11) to (10)
This commit is contained in:
John Ferlan 2015-11-19 06:21:22 -05:00
parent dbc7819921
commit a3c90fcb94

View File

@ -87,7 +87,7 @@ virCommandPtr qemuBuildCommandLine(virConnectPtr conn,
virBitmapPtr nodeset,
size_t *nnicindexes,
int **nicindexes)
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(11);
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(10);
/* Generate '-device' string for chardev device */
int