85f2d0d maint: add syntax check to prohibit static zero init

Authored and Committed by ericb 9 years ago
    maint: add syntax check to prohibit static zero init
    
    Now that all offenders have been cleaned, turn on a syntax-check
    rule to prevent future offenders.
    
    * cfg.mk (sc_prohibit_static_zero_init): New rule.
    * src/qemu/qemu_driver.c (qemuDomainBlockJobImpl): Avoid false
    positive.
    
    Signed-off-by: Eric Blake <eblake@redhat.com>
    
        
file modified
+8 -0
file modified
+3 -2