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:44:26 +0000 (01:44 +0100)
weird docker hang on writing to stderr.

wscript

diff --git a/wscript b/wscript
index 58cc40f590e19bbd562bdc6bb62fe8ae213dae03..af99bbb84591a464148f1eeff3c9fd76a892946c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -82,6 +82,7 @@ def configure(conf):
                                        '-Wextra',
                                        # Remove auto_ptr warnings from libxml++-2.6
                                        '-Wno-deprecated-declarations',
+                                       '-Wno-ignored-qualifiers',
                                        '-D_FILE_OFFSET_BITS=64'])
 
     if conf.options.force_cpp11: