Skip to content

Commit 03af715

Browse files
disable treating warnings as errors
1 parent f19b3e8 commit 03af715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_ics_extension_compiler_arguments() -> List[str]:
7777
compile_args = [
7878
"/W4",
7979
"/Wall", # Displays all warnings displayed by /W4 and all other warnings that /W4 doesn't include
80-
"/WX", # Treats all compiler warnings as errors.
80+
#"/WX", # Treats all compiler warnings as errors.
8181
"/external:anglebrackets",
8282
"/external:W0",
8383
"/wd4710",

0 commit comments

Comments
 (0)