Merge pull request #1316 from asmorkalov:winrt_c4447_fix
commit
9c60a2c24c
3 changed files with 16 additions and 2 deletions
@ -1,3 +1,8 @@ |
|||||||
#include "perf_precomp.hpp" |
#include "perf_precomp.hpp" |
||||||
|
#ifdef _MSC_VER |
||||||
|
# if _MSC_VER >= 1700 |
||||||
|
# pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
|
||||||
|
# endif |
||||||
|
#endif |
||||||
|
|
||||||
CV_PERF_TEST_MAIN(core) |
CV_PERF_TEST_MAIN(core) |
||||||
|
Loading…
Reference in new issue