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:
@@ -45,6 +45,10 @@
|
||||
using namespace cv;
|
||||
using namespace cv::cuda;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable : 4702) // unreachable code
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
/// MemoryStack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user