warnings
authorAnatoly Baksheev <no@email>
Tue, 23 Oct 2012 11:13:46 +0000 (15:13 +0400)
committerAnatoly Baksheev <no@email>
Tue, 23 Oct 2012 11:13:46 +0000 (15:13 +0400)
modules/core/src/parallel.cpp

index 5a17c95..c31eded 100644 (file)
@@ -322,6 +322,7 @@ int cv::getNumThreads(void)
 
 void cv::setNumThreads( int threads )
 {
+    (void)threads;
 #ifdef HAVE_PARALLEL_FRAMEWORK
     numThreads = threads;
 #endif