diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 01:11:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 01:11:20 +0100 |
| commit | 8637a174f595f78070d88aadcc31a0216b58d857 (patch) | |
| tree | 8fcb71438c0b9f1d5d08f467540b4689cf2955c4 /wscript | |
| parent | a641fdc912a3f0749015decdf9e23ff15186ef78 (diff) | |
Ignore deprecated declarations for now.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ def configure(conf): if conf.env.TARGET_OSX: conf.env.append_value('CXXFLAGS', ['-Wno-unused-result', '-Wno-unused-parameter', '-Wno-unused-local-typedef']) + # Disable libxml++ deprecation warnings for now + conf.env.append_value('CXXFLAGS', ['-Wno-deprecated-declarations']) + if conf.options.enable_openmp: conf.env.append_value('CXXFLAGS', ['-fopenmp', '-DLIBDCP_OPENMP']) conf.env.LIB_OPENMP = ['gomp'] |
