77edbf5 conf: Make switch statements more strict

Authored and Committed by Andrea Bolognani 7 years ago
    conf: Make switch statements more strict
    
    When switching over the values in the virDomainControllerModelPCI
    enumeration, make sure the proper cast is in place so that the
    compiler can warn us when the coverage is not exaustive.
    
    For the same reason, remove the 'default' case from one of the
    existing switch statements.
    
        
file modified
+2 -2
file modified
+11 -1