Skip to content

Commit f40db97

Browse files
committed
Comments.
1 parent de3b5ec commit f40db97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/bitcoin/system/warnings.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
#endif
3939

4040
#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
4145
#define NARROWING_CONVERSION 4244
4246
#define DIAMOND_INHERITANCE 4250
4347
#define SIZE_NARROWING_CONVERSION 4267

0 commit comments

Comments
 (0)