Skip to content
  1. Nov 20, 2022
  2. Nov 19, 2022
  3. Nov 18, 2022
  4. Nov 17, 2022
  5. Nov 16, 2022
  6. Nov 15, 2022
  7. Nov 14, 2022
    • Kyle Kienapfel's avatar
      Add break for default cases · 6fa3faec
      Kyle Kienapfel authored
      Visual Studio has an option to search all files in a solution, so I
      did a search in there for "default:" looking for any missing break
      statements.
      
      I've left out default statements that return something, and that throw
      something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
      
      R_THROW macro leads towards a return
      6fa3faec
  8. Nov 13, 2022
Loading