Android NDK r9 support. x64 NDK support fix for MacOS X.
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#if (__GNUC__ == 4) && (__GNUC_MINOR__ == 8)
|
||||
# pragma GCC diagnostic ignored "-Warray-bounds"
|
||||
#endif
|
||||
|
||||
typedef struct CvFFillSegment
|
||||
{
|
||||
ushort y;
|
||||
|
Reference in New Issue
Block a user