From 29bcb8c03925f069afa48c03ed12c400e8ea36f1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Jul 2020 19:40:42 +0200 Subject: Use nullptr in C++ header --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 6f1bad5..4fc641e 100644 --- a/wscript +++ b/wscript @@ -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++', -- cgit v1.2.1