Skip to content
Snippets Groups Projects
  • Yang Tse's avatar
    9bf9617a
    Fix compiler warnings · 9bf9617a
    Yang Tse authored
    "case label value exceeds maximum value for type" and
    "comparison is always false due to limited range of data type"
    
    Both triggered when using a bool variable as the switch variable
    in a switch statement and using enums for the case targets.
    9bf9617a
    History
    Fix compiler warnings
    Yang Tse authored
    "case label value exceeds maximum value for type" and
    "comparison is always false due to limited range of data type"
    
    Both triggered when using a bool variable as the switch variable
    in a switch statement and using enums for the case targets.