• J
    lxc: Add coverity[dead_error_begin] tag in switch stmts · 15666e02
    John Ferlan 提交于
    The use of switch statements inside a bounded for loop resulted in some
    false positives regarding the "default:" label which cannot be reached
    since each of the other case statements use the possible for loop values.
    15666e02
lxc_driver.c 134.8 KB