Commit e63b4591 authored by Andrey Kamaev's avatar Andrey Kamaev

Suppress clang build warning

parent acb2cb5b
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment