Skip to content

Commit ad1efad

Browse files
committed
Suppress bogus vc++ DIAMOND_INHERITANCE warning.
1 parent 3a7a3b8 commit ad1efad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/bitcoin/node/define.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
#include <bitcoin/database.hpp>
4747
#include <bitcoin/network.hpp>
4848

49+
/// Prevent bogus vc++ warnings on protocol.
50+
BC_DISABLE_WARNING(DIAMOND_INHERITANCE)
51+
4952
namespace libbitcoin {
5053
namespace node {
5154

0 commit comments

Comments
 (0)