diff --git a/SConstruct b/SConstruct index c1e7fc521..476672be5 100644 --- a/SConstruct +++ b/SConstruct @@ -61,6 +61,7 @@ env = Environment( "-Werror", "-Wshadow", "-Wno-vla-cxx-extension", + "-Wno-unknown-warning-option", ] + ccflags, LDFLAGS=ldflags, LINKFLAGS=ldflags,