From 6f4466c962a81b205d43bb7519c8d927922f8401 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Apr 2016 00:01:35 +0100 Subject: Hide boost::optional<> warnings. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1ee9bd3a..85b79499 100644 --- a/wscript +++ b/wscript @@ -38,7 +38,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') - conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-D_FILE_OFFSET_BITS=64', '-D__STDC_FORMAT_MACROS']) + conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-Wno-maybe-uninitialized', '-D_FILE_OFFSET_BITS=64', '-D__STDC_FORMAT_MACROS']) conf.env.append_value('CXXFLAGS', ['-DLIBDCP_VERSION="%s"' % VERSION]) conf.env.TARGET_WINDOWS = conf.options.target_windows -- cgit v1.2.3