diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-09-30 19:12:53 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-09-30 19:12:53 (GMT) |
commit | ce23dbc1f092ec77ccaf740d2d2ca3ffa3c4d51d (patch) | |
tree | 35b73b32acfd40c0c84ac22ed45dfa06653da129 /setup.py | |
parent | 03074fd450e3e0dcfcee593d7e8309c3c5b1ff66 (diff) | |
download | cpython-ce23dbc1f092ec77ccaf740d2d2ca3ffa3c4d51d.zip cpython-ce23dbc1f092ec77ccaf740d2d2ca3ffa3c4d51d.tar.gz cpython-ce23dbc1f092ec77ccaf740d2d2ca3ffa3c4d51d.tar.bz2 |
Suppress unknown pragma warning (STDC FENV_ACCESS).
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1985,6 +1985,7 @@ class PyBuildExt(build_ext): # solaris: problems with register allocation. # icc >= 11.0 works as well. define_macros = config['ppro'] + extra_compile_args.append('-Wno-unknown-pragmas') else: define_macros = config['ansi32'] else: |