1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

disable windows build warning for connectedcomponents template argument comparisons

This commit is contained in:
Jason Newton
2012-12-15 03:37:24 -08:00
parent 68e77ac051
commit ad0bfdfb25
@@ -43,6 +43,10 @@
#include "precomp.hpp"
#include <vector>
#if defined _MSC_VER
#pragma warning(disable: 4127)
#endif
namespace cv{
namespace connectedcomponents{