1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed several GCC 5.x warnings

This commit is contained in:
Maksim Shabunin
2016-08-31 23:12:52 +03:00
parent 595fd2757c
commit dc704d77ac
7 changed files with 121 additions and 153 deletions
-3
View File
@@ -13,7 +13,6 @@ using namespace ::testing;
using std::tr1::tuple;
using std::tr1::get;
namespace {
struct OpenCLState
{
@@ -64,5 +63,3 @@ OCL_PERF_TEST_P(UMatTest, CustomPtr, Combine(Values(sz1080p, sz2160p), Bool(), :
SANITY_CHECK_NOTHING();
}
} // namespace cvtest