1#include "perf_precomp.hpp" 2#ifdef _MSC_VER 3# if _MSC_VER >= 1700 4# pragma warning(disable:4447) // Disable warning 'main' signature found without threading model 5# endif 6#endif 7 8#if defined(HAVE_HPX) 9 #include <hpx/hpx_main.hpp> 10#endif 11 12CV_PERF_TEST_MAIN(core) 13 14