Suppress clang build warning
This commit is contained in:
parent
acb2cb5bf0
commit
e63b4591ff
@ -40,6 +40,10 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#if defined __clang__
|
||||
# pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
|
||||
#endif
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/videostab/stabilizer.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user