diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-03 11:48:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-03 20:25:09 +0100 |
| commit | ca54071f878a47ffe4698a46cc851d0eb6120d23 (patch) | |
| tree | 1f8b9527fa1ed5e67411e2e7d2f141ee3729846b /wscript | |
| parent | 139917b9200bfa336078a00db5bb9a4add30cdcd (diff) | |
Fix/hide a few OS X warnings.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ def configure(conf): # OSX if conf.env.TARGET_OSX: - conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX', '-Wno-unused-function', '-Wno-unused-parameter', '-Wno-unused-local-typedef']) + conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX', '-Wno-unused-function', '-Wno-unused-parameter', '-Wno-unused-local-typedef', '-Wno-potentially-evaluated-expression']) conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') # |
