X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fbinding%2Fbinding.hpp;h=35492e30ec435e9930303f974ada51e30bee0fbd;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hp=ae0afb7dfe70eff19ed1c47c99f4b3d490187bae;hpb=61703a0124c7ace84caf415f7d491a3ad6f42599;p=pulseview.git diff --git a/pv/binding/binding.hpp b/pv/binding/binding.hpp index ae0afb7d..35492e30 100644 --- a/pv/binding/binding.hpp +++ b/pv/binding/binding.hpp @@ -14,14 +14,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_BINDING_BINDING_H -#define PULSEVIEW_PV_BINDING_BINDING_H +#ifndef PULSEVIEW_PV_BINDING_BINDING_HPP +#define PULSEVIEW_PV_BINDING_BINDING_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 @@ -61,4 +64,4 @@ protected: } // binding } // pv -#endif // PULSEVIEW_PV_BINDING_BINDING_H +#endif // PULSEVIEW_PV_BINDING_BINDING_HPP