fixed hundreds of warnings from MSVC 2010.
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
*************************************************************************/
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4996)
|
||||
#endif
|
||||
#include "opencv2/flann/flann.hpp"
|
||||
|
||||
namespace cvflann
|
||||
|
Reference in New Issue
Block a user