1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

msvc cast warnings

This commit is contained in:
Rostislav Vasilikhin
2023-01-27 17:20:12 +01:00
parent 8329c09ba8
commit 285218915c
6 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ protected:
TestBase::SetUp();
auto p = GetParam();
gpu = std::get<0>(std::get<0>(p));
gpu = (std::get<0>(std::get<0>(p)) == PlatformType::GPU);
volumeType = std::get<1>(std::get<0>(p));
testSrcType = std::get<1>(p);