Commit 8a0cc500 authored by Alexander Alekhin's avatar Alexander Alekhin

build: eliminate MSVC warning

parent 0ede1b5b
......@@ -4630,6 +4630,7 @@ static bool ippFilter2D(int stype, int dtype, int kernel_type,
}
catch(const ::ipp::IwException& ex)
{
CV_UNUSED(ex);
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment