mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
fixed MSVC warnings and iOS framework compile error
This commit is contained in:
@@ -44,9 +44,5 @@
|
||||
|
||||
bool cv::initAll()
|
||||
{
|
||||
return true
|
||||
#ifdef HAVE_OPENCV_VIDEO
|
||||
&& initModule_video()
|
||||
#endif
|
||||
;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user