core: fix MSVS "unreachable code" warnings
This commit is contained in:
@@ -325,6 +325,9 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4702) // unreachable code
|
||||
#endif
|
||||
MotionInpainter::MotionInpainter()
|
||||
{
|
||||
#ifdef HAVE_OPENCV_CUDAOPTFLOW
|
||||
|
||||
Reference in New Issue
Block a user