mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Set stricter warning rules for gcc
This commit is contained in:
@@ -83,6 +83,7 @@ public:
|
||||
|
||||
virtual void setMaxLevel(int val) { maxLevel_ = val; }
|
||||
virtual int maxLevel() const { return maxLevel_; }
|
||||
virtual ~PyrLkOptFlowEstimatorBase() {}
|
||||
|
||||
protected:
|
||||
Size winSize_;
|
||||
|
||||
@@ -44,18 +44,24 @@
|
||||
#define __OPENCV_VIDEOSTAB_CLP_HPP__
|
||||
|
||||
#ifdef HAVE_CLP
|
||||
#undef PACKAGE
|
||||
#undef PACKAGE_BUGREPORT
|
||||
#undef PACKAGE_NAME
|
||||
#undef PACKAGE_STRING
|
||||
#undef PACKAGE_TARNAME
|
||||
#undef PACKAGE_VERSION
|
||||
#undef VERSION
|
||||
#include "ClpSimplex.hpp"
|
||||
#include "ClpPresolve.hpp"
|
||||
#include "ClpPrimalColumnSteepest.hpp"
|
||||
#include "ClpDualRowSteepest.hpp"
|
||||
#define INF 1e10
|
||||
# undef PACKAGE
|
||||
# undef PACKAGE_BUGREPORT
|
||||
# undef PACKAGE_NAME
|
||||
# undef PACKAGE_STRING
|
||||
# undef PACKAGE_TARNAME
|
||||
# undef PACKAGE_VERSION
|
||||
# undef VERSION
|
||||
|
||||
# define COIN_BIG_INDEX 0
|
||||
# define DEBUG_COIN 0
|
||||
# define PRESOLVE_DEBUG 0
|
||||
# define PRESOLVE_CONSISTENCY 0
|
||||
|
||||
# include "ClpSimplex.hpp"
|
||||
# include "ClpPresolve.hpp"
|
||||
# include "ClpPrimalColumnSteepest.hpp"
|
||||
# include "ClpDualRowSteepest.hpp"
|
||||
# define INF 1e10
|
||||
#endif
|
||||
|
||||
// Clp replaces min and max with ?: globally, we can't use std::min and std::max in case
|
||||
|
||||
Reference in New Issue
Block a user