We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19b3e8 commit 03af715Copy full SHA for 03af715
1 file changed
setup.py
@@ -77,7 +77,7 @@ def get_ics_extension_compiler_arguments() -> List[str]:
77
compile_args = [
78
"/W4",
79
"/Wall", # Displays all warnings displayed by /W4 and all other warnings that /W4 doesn't include
80
- "/WX", # Treats all compiler warnings as errors.
+ #"/WX", # Treats all compiler warnings as errors.
81
"/external:anglebrackets",
82
"/external:W0",
83
"/wd4710",
0 commit comments