Commit d6817177 authored by Anatoly Baksheev's avatar Anatoly Baksheev

warnings

parent 275ab53e
......@@ -322,6 +322,7 @@ int cv::getNumThreads(void)
void cv::setNumThreads( int threads )
{
(void)threads;
#ifdef HAVE_PARALLEL_FRAMEWORK
numThreads = threads;
#endif
......
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