disable windows build warning for connectedcomponents template argument comparisons

pull/135/head
Jason Newton 12 years ago
parent 68e77ac051
commit ad0bfdfb25
  1. 4
      modules/imgproc/src/connectedcomponents.cpp

@ -43,6 +43,10 @@
#include "precomp.hpp"
#include <vector>
#if defined _MSC_VER
#pragma warning(disable: 4127)
#endif
namespace cv{
namespace connectedcomponents{

Loading…
Cancel
Save