aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-06-30 09:27:14 +0100
committerfanquake <fanquake@gmail.com>2023-06-30 09:45:42 +0100
commitb5ebeb376dd3862fe4ca0c57c5861fe18d9c901a (patch)
treea153f9f52323effebead9d70d93d010de312a222 /src/wallet
parent54ba330f7984cebc2164fa4ad449d0164a765108 (diff)
parent3210f224dbeaf0f9de09d4e83c3e6666128a6717 (diff)
Merge bitcoin/bitcoin#28002: refactor: remove in-code warning suppression
3210f224dbeaf0f9de09d4e83c3e6666128a6717 refactor: remove in-code warning suppression (fanquake) Pull request description: Should no-longer be needed post #27872. If it is, then suppress-external-warnings should be fixed. ACKs for top commit: hebasto: ACK 3210f224dbeaf0f9de09d4e83c3e6666128a6717 Tree-SHA512: 2405250b7308779d576f13ce9144944abd5b2293499a0c0fe940398dae951cb871246a55c0e644a038ee238f9510b5845c3e39f9658d9f10225a076d8122f078
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/bdb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h
index 8cc03692d6..1073d32e0f 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -21,14 +21,7 @@
#include <unordered_map>
#include <vector>
-#if defined(__GNUC__) && !defined(__clang__)
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wsuggest-override"
-#endif
#include <db_cxx.h>
-#if defined(__GNUC__) && !defined(__clang__)
-#pragma GCC diagnostic pop
-#endif
struct bilingual_str;