diff options
author | David Robillard <d@drobilla.net> | 2022-05-27 12:26:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-27 12:50:10 -0400 |
commit | 9a1ff05280a1b18f486d1a564ac3da77741d6bb8 (patch) | |
tree | 9a30642a1fbedb093e8d8483cb2e66dd260147d8 /wscript | |
parent | 8c5a24b9e6485aa8a977952310fdfc7cb7bd258e (diff) | |
download | jalv-9a1ff05280a1b18f486d1a564ac3da77741d6bb8.tar.gz jalv-9a1ff05280a1b18f486d1a564ac3da77741d6bb8.tar.bz2 jalv-9a1ff05280a1b18f486d1a564ac3da77741d6bb8.zip |
Suppress new warnings in clang-tidy 13
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,9 +71,11 @@ def configure(conf): '-Wno-format-nonliteral', '-Wno-implicit-fallthrough', '-Wno-implicit-float-conversion', + '-Wno-nullability-extension', '-Wno-padded', '-Wno-redundant-parens', '-Wno-reserved-id-macro', + '-Wno-reserved-identifier', '-Wno-shorten-64-to-32', '-Wno-sign-conversion', '-Wno-switch-enum', |