From 68be50bbabfb0bd624b67fd16fc773f1e7a8b41d Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Wed, 30 Jan 2013 13:31:00 +0400 Subject: [PATCH] Fix clang build warning --- samples/cpp/videostab.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/cpp/videostab.cpp b/samples/cpp/videostab.cpp index bd4e853..8b8504a 100644 --- a/samples/cpp/videostab.cpp +++ b/samples/cpp/videostab.cpp @@ -1,3 +1,7 @@ +#if defined __clang__ +# pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor" +#endif + #include #include #include -- 2.7.4