mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #12794 from alalek:fix_warnings
This commit is contained in:
@@ -52,6 +52,10 @@ using namespace cv::cuda;
|
||||
#include "opencv2/xfeatures2d.hpp"
|
||||
using xfeatures2d::SURF;
|
||||
using xfeatures2d::SIFT;
|
||||
#else
|
||||
# if defined(_MSC_VER)
|
||||
# pragma warning(disable:4702) // unreachable code
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENCV_CUDAIMGPROC
|
||||
|
||||
Reference in New Issue
Block a user