opencv/modules/core
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
..
doc Merge pull request #2639 from kazuki-ma:cv_mat_foreach 2014-08-09 08:25:05 +00:00
include/opencv2 #pragma warning4127 fixation modified 2014-08-13 17:59:16 +02:00
perf world fix 2014-08-05 20:12:35 +04:00
src Merge pull request #3073 from vbystricky:ocl_fixMinMaxLoc 2014-08-12 10:21:41 +00:00
test Merge pull request #2639 from kazuki-ma:cv_mat_foreach 2014-08-09 08:25:05 +00:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00