diff options
author | David Robillard <d@drobilla.net> | 2020-07-21 19:40:42 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-21 19:40:42 +0200 |
commit | 29bcb8c03925f069afa48c03ed12c400e8ea36f1 (patch) | |
tree | 5d53eb6767afae43941488815a6747c8d798739d /wscript | |
parent | 1ba75a48418168bb3d366346a92c4aae87f8d83b (diff) | |
download | lilv-29bcb8c03925f069afa48c03ed12c400e8ea36f1.tar.gz lilv-29bcb8c03925f069afa48c03ed12c400e8ea36f1.tar.bz2 lilv-29bcb8c03925f069afa48c03ed12c400e8ea36f1.zip |
Use nullptr in C++ header
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -170,7 +170,6 @@ def configure(conf): autowaf.add_compiler_flags(conf.env, 'cxx', { 'clang': [ '-Wno-extra-semi', - '-Wno-zero-as-null-pointer-constant', ], 'gcc': [ '-Wno-effc++', |