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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user