Skip to content

Commit d5438c8

Browse files
authored
chore: re-enable warning 4146 (#67)
1 parent 43e7579 commit d5438c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

binding.gyp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
'AdditionalOptions': [
6565
'/guard:cf',
6666
'/W3',
67-
'/w34244',
68-
'/w34267',
67+
'/we4146',
68+
'/we4244',
69+
'/we4267',
6970
'/sdl',
7071
'/ZH:SHA_256'
7172
],

0 commit comments

Comments
 (0)