File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,8 @@ bool SetStartOnSystemStartup(bool fAutoStart)
762
762
763
763
764
764
#elif defined(Q_OS_MAC)
765
+ #pragma GCC diagnostic push
766
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
765
767
// based on: https://github.com/Mozketo/LaunchAtLoginController/blob/master/LaunchAtLoginController.m
766
768
767
769
#include < CoreFoundation/CoreFoundation.h>
@@ -824,6 +826,7 @@ bool SetStartOnSystemStartup(bool fAutoStart)
824
826
}
825
827
return true ;
826
828
}
829
+ #pragma GCC diagnostic pop
827
830
#else
828
831
829
832
bool GetStartOnSystemStartup () { return false ; }
Original file line number Diff line number Diff line change 5
5
#ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H
6
6
#define BITCOIN_QT_PAYMENTREQUESTPLUS_H
7
7
8
+ #pragma GCC diagnostic push
9
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
8
10
#include " paymentrequest.pb.h"
11
+ #pragma GCC diagnostic pop
9
12
10
13
#include " base58.h"
11
14
You can’t perform that action at this time.
0 commit comments