mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Visual Studio 2015 warning and test fixes
This commit is contained in:
@@ -702,7 +702,7 @@ static bool ocl_Laplacian5(InputArray _src, OutputArray _dst,
|
||||
else
|
||||
k.args(d2xarg, d2yarg, dstarg, iscale, idelta);
|
||||
|
||||
size_t globalsize[] = { dst.cols * cn / kercn, dst.rows };
|
||||
size_t globalsize[] = { (size_t)dst.cols * cn / kercn, (size_t)dst.rows };
|
||||
return k.run(2, globalsize, NULL, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user