Merge branch 'next'
This commit is contained in:
commit
349fc5d175
1 changed files with 1 additions and 0 deletions
1
acprep
1
acprep
|
|
@ -886,6 +886,7 @@ class PrepareBuild(CommandLineApp):
|
||||||
self.CXXFLAGS.append('-Wwrite-strings')
|
self.CXXFLAGS.append('-Wwrite-strings')
|
||||||
self.CXXFLAGS.append('-Wno-old-style-cast')
|
self.CXXFLAGS.append('-Wno-old-style-cast')
|
||||||
self.CXXFLAGS.append('-Wno-deprecated')
|
self.CXXFLAGS.append('-Wno-deprecated')
|
||||||
|
self.CXXFLAGS.append('-Wno-strict-aliasing')
|
||||||
self.CXXFLAGS.append('-Werror')
|
self.CXXFLAGS.append('-Werror')
|
||||||
|
|
||||||
def option_boost(self, option=None, opt_str=None, value=None, parser=None):
|
def option_boost(self, option=None, opt_str=None, value=None, parser=None):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue