From d1e0c0f07c3d1829e6138de3529a5e8d660a5fae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Jul 2018 00:59:11 +0100 Subject: [PATCH] Remove some warnings so that F28 doesn't fail to build due to weird docker hang on writing to stderr. --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 042084c97..c8a049234 100644 --- a/wscript +++ b/wscript @@ -99,6 +99,7 @@ def configure(conf): '-Wwrite-strings', # Remove auto_ptr warnings from libxml++-2.6 '-Wno-deprecated-declarations', + '-Wno-ignored-qualifiers', '-D_FILE_OFFSET_BITS=64']) if conf.options.force_cpp11: -- 2.30.2