aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequestplus.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-02-14 11:05:50 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2017-02-14 13:50:57 +0100
commit4b6ccccc16b615c01939678e589f8e09cfc15d70 (patch)
treedbd5f5828be83046111fd7f5d1f562405cc04dd2 /src/qt/paymentrequestplus.h
parentd978c41e1ec4fcf2c4d096f09af035f9e8a7ad81 (diff)
downloadbitcoin-4b6ccccc16b615c01939678e589f8e09cfc15d70.tar.xz
Selectively suppress deprecation warnings
Diffstat (limited to 'src/qt/paymentrequestplus.h')
-rw-r--r--src/qt/paymentrequestplus.h3
1 files changed, 3 insertions, 0 deletions
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"