From e8042f3e93863f7d77323096836d61f71548a44c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jul 2020 12:17:55 +0200 Subject: Use modern casts in C++ bindings --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1d058c4..2ab9bfc 100644 --- a/wscript +++ b/wscript @@ -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 -- cgit v1.2.1