Visual Studio emits "unreachable code" warnings

Issue #190 resolved
Paolo Brandoli repo owner created an issue

The macros IMEBRA_FUNCTION_START and IMEBRA_FUNCTION_END in methods that don't throw exceptions cause the emission of the warning "unreachable code" by Visual Studio.

Remove the macros from methods that don't throw exceptions.

Comments (4)

  1. Log in to comment