mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
#pragma warning4127 fixed for cvstd.inl.hpp
This commit is contained in:
parent
5119564579
commit
58b3bc2d7e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user