We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fc33b commit 2e6d6a0Copy full SHA for 2e6d6a0
1 file changed
include/bitcoin/server/define.hpp
@@ -37,6 +37,9 @@
37
#define BCS_INTERNAL BC_HELPER_DLL_LOCAL
38
#endif
39
40
+/// Prevent bogus vc++ warnings on protocol.
41
+BC_DISABLE_WARNING(DIAMOND_INHERITANCE)
42
+
43
/// Augment limited xcode placeholder defines (10 vs. common 20).
44
/// ---------------------------------------------------------------------------
45
#if defined (HAVE_XCODE)
0 commit comments