mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Suppress clang build warning
This commit is contained in:
parent
acb2cb5bf0
commit
e63b4591ff
@ -40,6 +40,10 @@
|
|||||||
//
|
//
|
||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
|
#if defined __clang__
|
||||||
|
# pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
#include "opencv2/videostab/stabilizer.hpp"
|
#include "opencv2/videostab/stabilizer.hpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user