disable windows build warning for connectedcomponents template argument comparisons
This commit is contained in:
parent
68e77ac051
commit
ad0bfdfb25
@ -43,6 +43,10 @@
|
|||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#if defined _MSC_VER
|
||||||
|
#pragma warning(disable: 4127)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace cv{
|
namespace cv{
|
||||||
namespace connectedcomponents{
|
namespace connectedcomponents{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user