• E
    build: silence clang false positive · 7647422a
    Eric Blake 提交于
    Clang couldn't quite see that the same condition of
    (flags & VIR_DOMAIN_MEM_CONFIG) is used twice, such that
    the second block is guaranteed that def was assigned in
    the first block.
    
    * src/libxl/libxl_driver.c (libxlDomainSetMemoryFlags): Add a hint
    for clang.
    7647422a
libxl_driver.c 76.4 KB