Browse Source

Ignore "-Wdeprecated-register" warnings for now

tags/v1.9.15
falkTX 4 years ago
parent
commit
8e6ec0e24d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      wscript

+ 3
- 0
wscript View File

@@ -225,6 +225,9 @@ def configure(conf):
conf.env.append_unique('CXXFLAGS', '-Wall')
conf.env.append_unique('CXXFLAGS', '-std=gnu++11')

# TODO
conf.env.append_unique('CXXFLAGS', '-Wno-deprecated-register')

if not conf.env['IS_MACOSX']:
conf.env.append_unique('LDFLAGS', '-Wl,--no-undefined')
else:


Loading…
Cancel
Save