From: Daniel Elstner Date: Thu, 29 Oct 2015 20:48:49 +0000 (+0100) Subject: C++: Suppress deprecation warnings from glibmm X-Git-Tag: libsigrok-0.4.0~144 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=cea8c3124f982606f4b466374c568d0f723b8197;hp=cea8c3124f982606f4b466374c568d0f723b8197;p=libsigrok.git C++: Suppress deprecation warnings from glibmm Ignore warnings due to use of std::auto_ptr<> in the glibmm headers. This should be reverted once glibmm is fixed. ---