Android NDK r9 support. x64 NDK support fix for MacOS X.

This commit is contained in:
Alexander Smorkalov
2013-10-01 12:47:03 +04:00
parent 8aa63af5de
commit 1aaeb52a4c
5 changed files with 41 additions and 2 deletions

View File

@@ -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;