fixed MSVC warnings and iOS framework compile error

This commit is contained in:
Vadim Pisarevsky
2014-10-18 21:58:34 +04:00
parent b37a641cc9
commit dcee883961
3 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -44,9 +44,5 @@
bool cv::initAll()
{
return true
#ifdef HAVE_OPENCV_VIDEO
&& initModule_video()
#endif
;
return true;
}