From: John Ferlan Date: Thu, 19 Nov 2015 11:21:22 +0000 (-0500) Subject: qemu: Fix build error in Coverity environment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a3c90fcb94b623844cefa0def9400323de587205;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git 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) --- diff --git a/src/qemu/qemu_command.h b/src/qemu/qemu_command.h index 3d9f98cb9..bebdd27f9 100644 --- a/src/qemu/qemu_command.h +++ b/src/qemu/qemu_command.h @@ -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