Commit 58b3bc2d authored by jaco's avatar jaco

#pragma warning4127 fixed for cvstd.inl.hpp

parent 51195645
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
# include <ostream> # include <ostream>
#endif #endif
#ifdef _MSC_VER
#pragma warning( disable: 4127 )
#endif
namespace cv namespace cv
{ {
#ifndef OPENCV_NOSTL #ifndef OPENCV_NOSTL
......
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