quiet most of the OSX build warnings

This commit is contained in:
Andrey Kamaev
2012-07-05 12:56:31 +00:00
parent b712bbe9a5
commit e900952b87
30 changed files with 39 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
# pragma GCC diagnostic ignored "-Wmissing-prototypes" //OSX
#endif
#ifndef __OPENCV_PERF_PRECOMP_HPP__