diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-08 23:02:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-08 23:02:35 +0100 |
| commit | 12efbd5938f08eb445b43f539fa4f27aa5caccfb (patch) | |
| tree | ff931f920b30ad187942206268d9f18b3f06448d /wscript | |
| parent | 630a56ad9e7ecfb42b1d761098820f9e492f9c4e (diff) | |
| parent | 0ae086a90ef262fed4e265df197fd62fcdfbccf7 (diff) | |
Merge master.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ def configure(conf): # Common CXXFLAGS conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-msse', '-ffast-math', '-fno-strict-aliasing', - '-Wall', '-Wno-attributes', '-Wextra', '-D_FILE_OFFSET_BITS=64']) + '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64']) if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-g', '-DDCPOMATIC_DEBUG']) |
