X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fproperty.hpp;h=77eb9a6a73ec61f36f828775e22fbd3cf1b501d1;hp=123783ae0b4403729964d30108e3771eb9561450;hb=8ada6ef1319fa11fd594a34853967c1f9688913b;hpb=812c0e3592e51946947b55c54b906bf4a0cb30e9 diff --git a/pv/prop/property.hpp b/pv/prop/property.hpp index 123783ae..77eb9a6a 100644 --- a/pv/prop/property.hpp +++ b/pv/prop/property.hpp @@ -21,7 +21,11 @@ #ifndef PULSEVIEW_PV_PROP_PROPERTY_HPP #define PULSEVIEW_PV_PROP_PROPERTY_HPP +#include +// Suppress warnings due to use of deprecated std::auto_ptr<> by glibmm. +G_GNUC_BEGIN_IGNORE_DEPRECATIONS #include +G_GNUC_END_IGNORE_DEPRECATIONS #include #include