summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-08 23:02:35 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-08 23:02:35 +0100
commit12efbd5938f08eb445b43f539fa4f27aa5caccfb (patch)
treeff931f920b30ad187942206268d9f18b3f06448d /wscript
parent630a56ad9e7ecfb42b1d761098820f9e492f9c4e (diff)
parent0ae086a90ef262fed4e265df197fd62fcdfbccf7 (diff)
Merge master.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 58df6ab77..fccf53245 100644
--- a/wscript
+++ b/wscript
@@ -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'])