Skip to content

Commit ea4eced

Browse files
authored
chore: enable warning 4146 (#231)
1 parent b790d37 commit ea4eced

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

binding.gyp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
"-std:c++17",
7070
"/guard:cf",
7171
"/W3",
72-
"/w34244",
73-
"/w34267",
72+
"/we4146",
73+
"/we4244",
74+
"/we4267",
7475
"/sdl",
7576
"/ZH:SHA_256"
7677
]

0 commit comments

Comments
 (0)