[libvirt] [PATCH] qemu: silence clang false positive

Eric Blake eblake at redhat.com
Thu Aug 11 19:06:09 UTC 2011


On 08/11/2011 08:51 AM, Laine Stump wrote:
> On 08/05/2011 11:14 AM, Eric Blake wrote:
>> }
>> } else if (flags& VIR_DOMAIN_AFFECT_CONFIG) {
>> + /* Clang can't see that if we get here, persistentDef was set. */
>> + sa_assert(persistentDef);
>> +
>> for (i = 0; i< nparams; i++) {
>> virTypedParameterPtr param =&params[i];
>>
>
> Was this ever ACKed? (I don't see it). If not, then ACK. :-)

Thanks; pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list