quiet most of the OSX build warnings

This commit is contained in:
Andrey Kamaev
2012-07-05 12:56:31 +00:00
parent b712bbe9a5
commit e900952b87
30 changed files with 39 additions and 10 deletions

View File

@@ -40,6 +40,8 @@
//
//M*/
#include "precomp.hpp"
#define SHOW_DEBUG_IMAGES 0
#include "opencv2/core/core.hpp"
@@ -49,12 +51,11 @@
# include "opencv2/highgui/highgui.hpp"
#endif
#include "precomp.hpp"
#include <iostream>
#include <limits>
#include "opencv2/core/internal.hpp"
#if defined(HAVE_EIGEN) && EIGEN_WORLD_VERSION == 3
# include <Eigen/Core>
# ifdef ANDROID
template <typename Scalar> Scalar log2(Scalar v) { using std::log; return log(v)/log(Scalar(2)); }
# endif
@@ -62,8 +63,6 @@
# include <Eigen/Dense>
#endif
#include <limits>
using namespace cv;
inline static