diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-06 20:24:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-06 20:24:26 +0000 |
| commit | 83c9d11d41a348af3b69055813d6f04cb36ea398 (patch) | |
| tree | 5e28ff341476dd24c864b4ef8c6ba3e4714ccfc6 /wscript | |
| parent | 0c47b6b09d0aa0ad5495d8e9c57bfc47e905fc30 (diff) | |
Missing include and hide a warning on Windows.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -206,6 +206,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DUNICODE') conf.env.append_value('CXXFLAGS', '-DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN') conf.env.append_value('CXXFLAGS', '-mfpmath=sse') + conf.env.append_value('CXXFLAGS', '-Wno-deprecated-declarations') wxrc = os.popen('wx-config --rescomp').read().split()[1:] conf.env.append_value('WINRCFLAGS', wxrc) if conf.options.enable_debug: |
