• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  #ifdef _MSC_VER
2  # if _MSC_VER >= 1700
3  #  pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
4  # endif
5  #endif
6  
7  
8  #include "test_precomp.hpp"
9  
10  CV_TEST_MAIN("cv")
11