diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-27 10:24:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-27 10:24:57 +0200 |
| commit | f15a469c036587a74d93fa14506eac87502d2b4c (patch) | |
| tree | 0f9b8f34cb9495858c0f99b95d4aa01fcfc07f4b /wscript | |
| parent | 6bb766d3875ee7972c566a5a88585dad06cd7fd6 (diff) | |
Test: remove some more Wno flags.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -203,11 +203,8 @@ 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', '-Wno-potentially-evaluated-expression']) + conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX']) conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') - else: - # Avoid the endless warnings about _t uninitialized in optional<> - conf.env.append_value('CXXFLAGS', '-Wno-maybe-uninitialized') # # Dependencies. |
