Set stricter warning rules for gcc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "perf_precomp.hpp"
|
||||
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/core/internal.hpp"
|
||||
#include "opencv2/flann/flann.hpp"
|
||||
#include "opencv2/opencv_modules.hpp"
|
||||
|
||||
@@ -26,7 +27,7 @@ typedef TestBaseWithParam<String> match;
|
||||
PERF_TEST_P(stitch, a123, TEST_DETECTORS)
|
||||
{
|
||||
Mat pano;
|
||||
|
||||
|
||||
vector<Mat> imgs;
|
||||
imgs.push_back( imread( getDataPath("stitching/a1.jpg") ) );
|
||||
imgs.push_back( imread( getDataPath("stitching/a2.jpg") ) );
|
||||
@@ -60,7 +61,7 @@ PERF_TEST_P(stitch, a123, TEST_DETECTORS)
|
||||
PERF_TEST_P(stitch, b12, TEST_DETECTORS)
|
||||
{
|
||||
Mat pano;
|
||||
|
||||
|
||||
vector<Mat> imgs;
|
||||
imgs.push_back( imread( getDataPath("stitching/b1.jpg") ) );
|
||||
imgs.push_back( imread( getDataPath("stitching/b2.jpg") ) );
|
||||
|
Reference in New Issue
Block a user