mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixed number of warnings. Fixed mingw64 build.
This commit is contained in:
@@ -136,8 +136,8 @@ Params Params::read(int argc, char** argv)
|
||||
}
|
||||
|
||||
|
||||
App::App(const Params& p)
|
||||
: p(p), running(false)
|
||||
App::App(const Params& params)
|
||||
: p(params), running(false)
|
||||
{
|
||||
cv::gpu::printShortCudaDeviceInfo(cv::gpu::getDevice());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user