diff options
author | David Robillard <d@drobilla.net> | 2020-11-11 19:30:53 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-11 19:30:53 +0100 |
commit | 701a598c2f214dc0fe93cdd1b341200ded954880 (patch) | |
tree | 4459d6748c29bcc7022e21a7797861a437ad9e12 /wscript | |
parent | 2df7ccbd6d3ba4c9d62afb7693f54661b0eb66cf (diff) | |
download | sord-701a598c2f214dc0fe93cdd1b341200ded954880.tar.gz sord-701a598c2f214dc0fe93cdd1b341200ded954880.tar.bz2 sord-701a598c2f214dc0fe93cdd1b341200ded954880.zip |
Suppress clang warning about nullability extension used by serd
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ def configure(conf): '-Wno-cast-qual', '-Wno-extra-semi-stmt', '-Wno-format-nonliteral', + '-Wno-nullability-extension', '-Wno-padded', '-Wno-reserved-id-macro', '-Wno-shorten-64-to-32', |