diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-12 00:17:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-12 00:17:33 +0000 |
| commit | 6f856af55898f94b45e3be28aa4f7c962de8a398 (patch) | |
| tree | 9bceb59ca98d592c886589c5491314530cf06b16 /wscript | |
| parent | 394c8347d54057c8a52dd63704ae2c9791bb30aa (diff) | |
Try to fix some warnings.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ def configure(conf): # Remove auto_ptr warnings from libxml++-2.6 '-Wno-deprecated-declarations', '-Wno-ignored-qualifiers', + '-Wno-parantheses', '-D_FILE_OFFSET_BITS=64']) if conf.options.force_cpp11: |
