opencv/modules/highgui/test/test_precomp.hpp
Alexander Alekhin 063ac74369 fix modules deps
2016-08-25 14:57:12 +03:00

10 lines
265 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
#include "opencv2/ts.hpp"