Added build warnings in case of macro definition conflicts
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
# error utility.hpp header must be compiled as C++
|
||||
#endif
|
||||
|
||||
#if defined(check)
|
||||
# warning Detected Apple 'check' macro definition, it can cause build conflicts. Please, include this header before any Apple headers.
|
||||
#endif
|
||||
|
||||
#include "opencv2/core.hpp"
|
||||
|
||||
namespace cv
|
||||
|
Reference in New Issue
Block a user