Ignored warnings from gtest with precompiled headers enabled

This commit is contained in:
Andrey Kamaev
2012-06-08 14:54:17 +00:00
parent 8720b27d87
commit 47a4e87784
27 changed files with 112 additions and 8 deletions

View File

@@ -39,6 +39,10 @@
//
//M*/
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__