diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-08 11:06:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-08 11:06:19 +0000 |
| commit | c8a9d79889475acde966ea4cd4a6a37f39d9e955 (patch) | |
| tree | 6873c0066d53cb1ba99cb62fb75075cf2517e6a3 /wscript | |
| parent | 5337f4595c2f1487ef1a9396caec63227e91b22e (diff) | |
Try to calm warnings on OS X.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ def configure(conf): # OSX if conf.env.TARGET_OSX: - conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX', '-Wno-unused-function', '-Wno-unused-parameter']) + conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX', '-Wno-unused-function', '-Wno-unused-parameter', '-Wno-unused-local-typedef']) conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') # |
