Skip to content

Commit cce49a6

Browse files
authored
chore: elevate warnings to errors (#82)
1 parent c92423b commit cce49a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

binding.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"/guard:cf",
2626
"/sdl",
2727
"/W3",
28-
"/w34146",
29-
"/w34244",
30-
"/w34267",
28+
"/we4146",
29+
"/we4244",
30+
"/we4267",
3131
"/ZH:SHA_256"
3232
]
3333
},

0 commit comments

Comments
 (0)