diff options
m--------- | waflib | 0 | ||||
-rw-r--r-- | wscript | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/waflib b/waflib -Subproject 6321098e6b5b5c684d26a4de49c916733c5ea94 +Subproject d19992202543ebb810609c074f754b5ec48c0fd @@ -126,6 +126,7 @@ def configure(conf): autowaf.add_compiler_flags(conf.env, '*', { 'clang': [ '-Wno-documentation-unknown-command', + '-Wno-nullability-extension', ] }) |