fixed unused warnings
This commit is contained in:
@@ -1607,6 +1607,7 @@ GPU_PERF_TEST(Norm, cv::gpu::DeviceInfo, cv::Size, MatDepth, NormType)
|
||||
{
|
||||
dst = cv::gpu::norm(src, normType, buf);
|
||||
}
|
||||
(void)dst;
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Core, Norm, testing::Combine(
|
||||
@@ -1642,6 +1643,7 @@ GPU_PERF_TEST(NormDiff, cv::gpu::DeviceInfo, cv::Size, NormType)
|
||||
{
|
||||
dst = cv::gpu::norm(src1, src2, normType);
|
||||
}
|
||||
(void)dst;
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Core, NormDiff, testing::Combine(
|
||||
@@ -1829,6 +1831,7 @@ GPU_PERF_TEST(CountNonZero, cv::gpu::DeviceInfo, cv::Size, MatDepth)
|
||||
{
|
||||
dst = cv::gpu::countNonZero(src, buf);
|
||||
}
|
||||
(void)dst;
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Core, CountNonZero, testing::Combine(
|
||||
|
Reference in New Issue
Block a user