~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/modules/stitching/perf/perf_precomp.hpp

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef __GNUC__
 
2
#  pragma GCC diagnostic ignored "-Wmissing-declarations"
 
3
#  if defined __clang__ || defined __APPLE__
 
4
#    pragma GCC diagnostic ignored "-Wmissing-prototypes"
 
5
#    pragma GCC diagnostic ignored "-Wextra"
 
6
#  endif
 
7
#endif
 
8
 
 
9
#ifndef __OPENCV_PERF_PRECOMP_HPP__
 
10
#define __OPENCV_PERF_PRECOMP_HPP__
 
11
 
 
12
#include "opencv2/ts.hpp"
 
13
#include "opencv2/stitching.hpp"
 
14
 
 
15
#ifdef GTEST_CREATE_SHARED_LIBRARY
 
16
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
 
17
#endif
 
18
 
 
19
#endif