From 4b6ccccc16b615c01939678e589f8e09cfc15d70 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Tue, 14 Feb 2017 11:05:50 +0100 Subject: Selectively suppress deprecation warnings --- src/qt/paymentrequestplus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/paymentrequestplus.h') diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index ee1a37d83c..a2fea3fdc6 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -5,7 +5,10 @@ #ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H #define BITCOIN_QT_PAYMENTREQUESTPLUS_H +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "paymentrequest.pb.h" +#pragma GCC diagnostic pop #include "base58.h" -- cgit v1.2.3