diff options
author | David Robillard <d@drobilla.net> | 2020-07-18 12:17:55 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-18 12:17:55 +0200 |
commit | e8042f3e93863f7d77323096836d61f71548a44c (patch) | |
tree | 13701cce952362714f5cf9ff19d86678ce52eb52 /wscript | |
parent | 32b6e7fa84aa701fa333f723fd874f72208802e2 (diff) | |
download | sord-e8042f3e93863f7d77323096836d61f71548a44c.tar.gz sord-e8042f3e93863f7d77323096836d61f71548a44c.tar.bz2 sord-e8042f3e93863f7d77323096836d61f71548a44c.zip |
Use modern casts in C++ bindings
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -104,12 +104,10 @@ def configure(conf): 'gcc': [ '-Wno-effc++', '-Wno-multiple-inheritance', - '-Wno-old-style-cast', ], 'clang': [ '-Wno-deprecated-copy-dtor', '-Wno-implicit-float-conversion', - '-Wno-old-style-cast', ], 'msvc': [ '/wd4571', # catch semantics changed |