opencv/modules/core/include/opencv2
jaco b81dcbdf2a #pragma warning4127 fixation modified
Now use cleaner approach:

#pragma warning( push )
#pragma warning( disable: ThatWarning )
//code with ThatWarning here
#pragma warning( pop )
2014-08-13 17:59:16 +02:00
..
core #pragma warning4127 fixation modified 2014-08-13 17:59:16 +02:00
core.hpp added some basic functionality needed by the new face module (moved from the old "contrib") 2014-08-10 01:54:16 +04:00