Skip to content
  • Cory Quammen's avatar
    Fix unreachable code warning in MSVC · b0ae6561
    Cory Quammen authored
    The code potentially had two successive return statements.
    MSVC would correctly complain about unreachable code in that case.
    Fix with a preprocessor else branch.
    b0ae6561