From 276bed3e4aaf0ed913ff27d9338e3a1ba9942496 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Fri, 17 Oct 2014 18:29:30 +0400 Subject: [PATCH] final fix --- modules/stitching/src/matchers.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/stitching/src/matchers.cpp b/modules/stitching/src/matchers.cpp index 94b7883..565d4ff 100644 --- a/modules/stitching/src/matchers.cpp +++ b/modules/stitching/src/matchers.cpp @@ -346,6 +346,11 @@ SurfFeaturesFinder::SurfFeaturesFinder(double hess_thresh, int num_octaves, int extractor_->set(SURF::NOCTAVE_LAYERS, num_layers_descr); } #else + (void)hess_thresh; + (void)num_octaves; + (void)num_layers; + (void)num_octaves_descr; + (void)num_layers_descr; CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ); #endif } -- 2.7.4