Skip to content

Commit

Permalink
Use -W error
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Jan 6, 2024
1 parent 543a218 commit c62d001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c62d001

Please sign in to comment.