From: Ján Tomko Date: Wed, 31 Jul 2013 07:42:58 +0000 (+0200) Subject: Don't mark parentIndex with ATTRIBUTE_UNUSED X-Git-Tag: CVE-2013-4239~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567fe30a3b56aae8a733bd1ea3e52cbca8b5a46c;p=thirdparty%2Flibvirt.git Don't mark parentIndex with ATTRIBUTE_UNUSED parentIndex is used in virNetworkDefUpdateIPDHCPRange --- diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index b903df9d67..e3998f374c 100644 --- a/src/conf/network_conf.c +++ b/src/conf/network_conf.c @@ -3420,7 +3420,7 @@ cleanup: static int virNetworkDefUpdateIPDHCPRange(virNetworkDefPtr def, unsigned int command, - int parentIndex ATTRIBUTE_UNUSED, + int parentIndex, xmlXPathContextPtr ctxt, /* virNetworkUpdateFlags */ unsigned int fflags ATTRIBUTE_UNUSED)