mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
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 <vector>
|
||||
|
||||
#if defined _MSC_VER
|
||||
#pragma warning(disable: 4127)
|
||||
#endif
|
||||
|
||||
namespace cv{
|
||||
namespace connectedcomponents{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user