1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

MSVC: Slience external/meaningless warnings

This commit is contained in:
Hamdi Sahloul
2018-09-12 13:23:36 +09:00
parent 38f8fc6c82
commit 03b3be0f51
7 changed files with 51 additions and 6 deletions
+4
View File
@@ -45,6 +45,10 @@
using namespace cv;
using namespace cv::cuda;
#if defined(_MSC_VER)
#pragma warning(disable : 4702) // unreachable code
#endif
/////////////////////////////////////////////////////////////
/// MemoryStack