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

@@ -41,9 +41,9 @@
#ifndef GTEST_USES_POSIX_RE
# define GTEST_USES_POSIX_RE 0
#endif
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#endif
// #ifdef __GNUC__
// # pragma GCC diagnostic ignored "-Wmissing-declarations"
// #endif
#include "opencv2/core/core.hpp"