opencv/modules/optim/test/test_precomp.hpp
Alex Leontiev 459c16ca99 Minor fixes
In request to the comments for the pull request.
2013-07-19 03:09:39 +03:00

16 lines
375 B
C++

#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
# if defined __clang__ || defined __APPLE__
# pragma GCC diagnostic ignored "-Wmissing-prototypes"
# pragma GCC diagnostic ignored "-Wextra"
# endif
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts.hpp"
#include "opencv2/optim.hpp"
#endif