From cd2ac6d4717c571ba26de32c084b69687f75d05f Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:10:19 -0800 Subject: [PATCH] chore: elevate warnings to errors --- binding.gyp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binding.gyp b/binding.gyp index baa0f0a..11a5e71 100644 --- a/binding.gyp +++ b/binding.gyp @@ -25,9 +25,9 @@ "/guard:cf", "/sdl", "/W3", - "/w34146", - "/w34244", - "/w34267", + "/we4146", + "/we4244", + "/we4267", "/ZH:SHA_256" ] },