X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=17fd109b664c7503cefdcafd0033d4ba06feae48;hb=b9379a13601d7f42dee8c0d6d28cae62d5e894e2;hp=7b24876cd382d45e2b17a166da6a376e3ab8b7aa;hpb=bfd3eb677d687080f10c2e6b79724b98180317e5;p=dcpomatic.git diff --git a/wscript b/wscript index 7b24876cd..17fd109b6 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.21devel' +VERSION = '2.11.26' def options(opt): opt.load('compiler_cxx') @@ -147,7 +147,7 @@ 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']) + 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('LINKFLAGS', '-headerpad_max_install_names') #