From 58b3bc2d7e1d8e859d4bdb30bfb1b3467838d1fc Mon Sep 17 00:00:00 2001 From: jaco Date: Tue, 12 Aug 2014 15:28:39 +0200 Subject: [PATCH] #pragma warning4127 fixed for cvstd.inl.hpp --- modules/core/include/opencv2/core/cvstd.inl.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/include/opencv2/core/cvstd.inl.hpp b/modules/core/include/opencv2/core/cvstd.inl.hpp index ce18da30a3..7e4c387574 100644 --- a/modules/core/include/opencv2/core/cvstd.inl.hpp +++ b/modules/core/include/opencv2/core/cvstd.inl.hpp @@ -49,6 +49,10 @@ # include #endif +#ifdef _MSC_VER +#pragma warning( disable: 4127 ) +#endif + namespace cv { #ifndef OPENCV_NOSTL