summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-09-30 21:26:33 +0200
committerStefan Krah <skrah@bytereef.org>2012-09-30 21:26:33 +0200
commitffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029 (patch)
tree15e96ce8e24b4ae29a7407b9959c0ab05716b4ee /setup.py
parent89bbe68195536c1652bc41986a48778c54440815 (diff)
downloadcpython-git-ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029.tar.gz
Backport 5cfe8af7abb2.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d60967aaf7..4dc58c8492 100644
--- a/setup.py
+++ b/setup.py
@@ -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: