commit | feb64b529124de86dd35fdb72d133f67b5757081 | [log] [tgz] |
---|---|---|
author | Peter Goldsborough <peter@goldsborough.me> | Fri May 04 13:44:13 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri May 04 13:44:13 2018 -0700 |
tree | 99fca1474f081944d9b470fd2d09d7a5960933b5 | |
parent | 3369828bfa97ed1da1962e59bc9f22da81efbfc2 [diff] |
Add -Wno-unknown-pragmas (#7291)
diff --git a/setup.py b/setup.py index cb5c341..67d2ea0 100644 --- a/setup.py +++ b/setup.py
@@ -533,6 +533,7 @@ '-Wno-missing-field-initializers', '-Wno-write-strings', '-Wno-zero-length-array', + '-Wno-unknown-pragmas', # This is required for Python 2 declarations that are deprecated in 3. '-Wno-deprecated-declarations', # Python 2.6 requires -fno-strict-aliasing, see