• E
    qemu: silence clang false positives · d8f75281
    Eric Blake 提交于
    Clang 2.8 wasn't quite able to follow that persistentDef was
    assigned earlier if (flags & VIR_DOMAIN_MEM_CONFIG) is true.
    Silence this false positive, to make clang analysis easier to use.
    
    * src/qemu/qemu_driver.c (qemudDomainSetMemoryFlags): Add an
    annotation to silence clang's claim of a NULL dereference.
    d8f75281
qemu_driver.c 217.1 KB