Fix clang build warning
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 30 Jan 2013 09:31:00 +0000 (13:31 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Wed, 30 Jan 2013 09:31:00 +0000 (13:31 +0400)
samples/cpp/videostab.cpp

index bd4e853..8b8504a 100644 (file)
@@ -1,3 +1,7 @@
+#if defined __clang__
+#  pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
+#endif
+
 #include <string>
 #include <iostream>
 #include <fstream>