Suppress unknown pragma warning (STDC FENV_ACCESS).

This commit is contained in:
Stefan Krah 2012-09-30 21:12:53 +02:00
parent 03074fd450
commit ce23dbc1f0
1 changed files with 1 additions and 0 deletions

View File

@ -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: