We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3b5ec commit f40db97Copy full SHA for f40db97
include/bitcoin/system/warnings.hpp
@@ -38,6 +38,10 @@
38
#endif
39
40
#if defined(HAVE_MSC)
41
+ // Warning numbers in the range 4700-4999 are associated with code
42
+ // generation. For these warnings, the state of the warning in effect
43
+ // when the compiler reaches the function definition remains in effect
44
+ // for the rest of the function. - MSDN
45
#define NARROWING_CONVERSION 4244
46
#define DIAMOND_INHERITANCE 4250
47
#define SIZE_NARROWING_CONVERSION 4267
0 commit comments