Commit eb90882b authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed some build warnings

parent ca6d2fe7
...@@ -44,6 +44,13 @@ ...@@ -44,6 +44,13 @@
#define __OPENCV_VIDEOSTAB_CLP_HPP__ #define __OPENCV_VIDEOSTAB_CLP_HPP__
#ifdef HAVE_CLP #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 "ClpSimplex.hpp"
#include "ClpPresolve.hpp" #include "ClpPresolve.hpp"
#include "ClpPrimalColumnSteepest.hpp" #include "ClpPrimalColumnSteepest.hpp"
......
#include "opencv2/video/tracking.hpp" #include "opencv2/video/tracking.hpp"
#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <stdio.h> #include <stdio.h>
void help() void help()
{ {
......
#include "opencv2/video/tracking.hpp" #include "opencv2/video/tracking.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp" #include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <time.h> #include <time.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment