diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-16 00:59:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-16 01:44:26 +0100 |
| commit | e8ca4a079b0bbe79214c5fbaf730739142928479 (patch) | |
| tree | 3c99b7f1e768837711ef557d53bb767cb9bba99a /wscript | |
| parent | 7cba304d31b0c595f3759a183277f81ede888231 (diff) | |
Remove some warnings so that F28 doesn't fail to build due to
weird docker hang on writing to stderr.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
