Commit ad0bfdfb authored by Jason Newton's avatar Jason Newton

disable windows build warning for connectedcomponents template argument comparisons

parent 68e77ac0
......@@ -43,6 +43,10 @@
#include "precomp.hpp"
#include <vector>
#if defined _MSC_VER
#pragma warning(disable: 4127)
#endif
namespace cv{
namespace connectedcomponents{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment