mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Merge pull request #15292 from alalek:build_warnings_xcode_10_3
This commit is contained in:
commit
7c96857c02
@ -43,6 +43,10 @@
|
||||
|
||||
namespace opencv_test { namespace {
|
||||
|
||||
#if defined __clang__ && defined __APPLE__
|
||||
#pragma clang diagnostic ignored "-Wself-assign-overloaded" // explicitly assigning value of variable of type '...' to itself (p1 = p1)
|
||||
#endif
|
||||
|
||||
#ifdef GTEST_CAN_COMPARE_NULL
|
||||
# define EXPECT_NULL(ptr) EXPECT_EQ(NULL, ptr)
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user