Changes between Initial Version and Version 1 of Ticket #9965


Ignore:
Timestamp:
May 18, 2014, 6:45:40 PM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9965

    • Property Owner set to Gennadiy Rozental
    • Property Component Nonetest
  • Ticket #9965 – Description

    initial v1  
    11test\impl\execution_monitor.ipp causes compilation failures from MSVC 10.0 because of this function:
    22
     3
     4{{{
    35int BOOST_TEST_CALL_DECL
    46assert_reporting_function( int reportType, char* userMessage, int* )
     
    1820} // assert_reporting_function
    1921
     22}}}
     23
    2024The MSVC compiler gives a warning that there is unreachable code (the lines that say "return 1;") and then because it has been told to treat warnings as errors, the compilation fails.