#pragma warning4127 fixed for cvstd.inl.hpp
This commit is contained in:
parent
5119564579
commit
58b3bc2d7e
@ -49,6 +49,10 @@
|
||||
# include <ostream>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable: 4127 )
|
||||
#endif
|
||||
|
||||
namespace cv
|
||||
{
|
||||
#ifndef OPENCV_NOSTL
|
||||
|
Loading…
x
Reference in New Issue
Block a user