From 5d8098a2c3f702cfce7abbb3593a2d0a27b89b83 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 14 Aug 2014 10:06:10 +0400 Subject: [PATCH] avoid compiler warnings --- modules/core/src/convert.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/src/convert.cpp b/modules/core/src/convert.cpp index 6362475..fefc8ee 100644 --- a/modules/core/src/convert.cpp +++ b/modules/core/src/convert.cpp @@ -45,6 +45,7 @@ #ifdef __APPLE__ #undef CV_NEON +#define CV_NEON 0 #endif namespace cv -- 2.7.4