Skip to content

Commit 743c48b

Browse files
committed
Disable /WX for now
1 parent 462f335 commit 743c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rem Some undefined behavior is reported on 32-bit, this should be fixed
3535
if "%PLATFORM%" == "x86" (
3636
set CFLAGS=/W1
3737
) else (
38-
set CFLAGS=/W1 /WX
38+
set CFLAGS=/W1
3939
)
4040

4141
cmd /c configure.bat ^

0 commit comments

Comments
 (0)