fix build warnings

pull/12794/head
Alexander Alekhin 6 years ago
parent ad93ed720d
commit 7813eef92b
  1. 4
      modules/stitching/src/matchers.cpp

@ -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

Loading…
Cancel
Save