We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e35df commit 31ded51Copy full SHA for 31ded51
wscript
@@ -23,7 +23,7 @@ def configure(conf):
23
conf.check_tool("node_addon")
24
25
# Enables all the warnings that are easy to avoid
26
- conf.env.append_unique('CXXFLAGS', ["-Wall"])
+ conf.env.append_unique('CXXFLAGS', ["-Wall", "-Wno-switch"])
27
if Options.options.warn:
28
# Extra warnings
29
conf.env.append_unique('CXXFLAGS', ["-Wextra"])
0 commit comments