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