From: Andrey Kamaev Date: Thu, 31 Jan 2013 12:00:48 +0000 (+0400) Subject: Suppress clang build warning X-Git-Tag: accepted/2.0/20130307.220821~152^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e63b4591ff5646db7a53677df21213a5b67dc0c9;p=profile%2Fivi%2Fopencv.git Suppress clang build warning --- diff --git a/modules/videostab/src/stabilizer.cpp b/modules/videostab/src/stabilizer.cpp index 91bdc77..6d15b15 100644 --- a/modules/videostab/src/stabilizer.cpp +++ b/modules/videostab/src/stabilizer.cpp @@ -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"