mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
warnings
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
#include <ctime>
|
||||
#include <memory>
|
||||
|
||||
// std::auto_ptr
|
||||
#if defined(__GNUC__) && __GNUC__ >= 6
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "cvhaartraining.h"
|
||||
|
||||
Reference in New Issue
Block a user