Remove some warnings so that F28 doesn't fail to build due to
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Jul 2018 23:59:11 +0000 (00:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2018 00:43:36 +0000 (01:43 +0100)
weird docker hang on writing to stderr.

wscript

diff --git a/wscript b/wscript
index 042084c9714b71bdfc222e236e4da811272961fa..c8a04923440e72606a539a23ffd46d08713cda08 100644 (file)
--- 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: