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:43:36 +0100 |
| commit | d1e0c0f07c3d1829e6138de3529a5e8d660a5fae (patch) | |
| tree | ca7c52b0d1c8594dac4ef9f7c317c88cdf44d251 /wscript | |
| parent | e4de15e3b4758dfc5af9b459b5c99f9d7817b3ac (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
@@ -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: |
