Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit edcde9d

Browse files
Jiri Prazaksadick254
authored andcommitted
Added C4309 to ignored warnings on Windows build
1 parent abc9925 commit edcde9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
},
3333
'msvs_disabled_warnings': [
34+
4309, # 'static_cast': truncation of constant value
3435
4018, # signed/unsigned mismatch
3536
4244, # conversion from 'type1' to 'type2', possible loss of data
3637
4267, # conversion from 'size_t' to 'type', possible loss of data

0 commit comments

Comments
 (0)