From c62d00128b4366c48d8cc802c12d33067055ff24 Mon Sep 17 00:00:00 2001 From: Seeky <58006653+SeekyCt@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:22:08 +0000 Subject: [PATCH] Use -W error --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index 8bf5a4a..4f5cb43 100644 --- a/common.py +++ b/common.py @@ -312,7 +312,7 @@ def check_wine(command: str, wine_override: Optional[str] = None) -> str: CFLAGS = [ "-enc SJIS", "-lang c++", - "-W all", + "-W all,error", "-fp fmadd", "-Cpp_exceptions off", "-O4",