merge
This commit is contained in:
parent
14cf32d9c0
commit
dcfa056413
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ if not preconfigured:
|
|||
# TODO - remove when building against >= 1.55
|
||||
# https://github.com/mapnik/mapnik/issues/1970
|
||||
env.Append(CXXFLAGS = '-Wno-c++11-narrowing')
|
||||
if 'g++' in env['CXX']:
|
||||
elif 'g++' in env['CXX']:
|
||||
env.Append(CXXFLAGS = '-Wno-pragmas')
|
||||
|
||||
# Enable logging in debug mode (always) and release mode (when specified)
|
||||
|
|
Loading…
Reference in a new issue