We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff3a55 commit cdcf84fCopy full SHA for cdcf84f
SConstruct
@@ -61,6 +61,7 @@ env = Environment(
61
"-Werror",
62
"-Wshadow",
63
"-Wno-vla-cxx-extension",
64
+ "-Wno-unknown-warning-option",
65
] + ccflags,
66
LDFLAGS=ldflags,
67
LINKFLAGS=ldflags,
0 commit comments