From: Stefan Krah Date: Sun, 30 Sep 2012 19:26:33 +0000 (+0200) Subject: Backport 5cfe8af7abb2. X-Git-Tag: v3.4.0a1~2435^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffc3dee5aee9f5eec6fbc8e7b48e6fe95bb0e029;p=thirdparty%2FPython%2Fcpython.git Backport 5cfe8af7abb2. --- diff --git a/setup.py b/setup.py index d60967aaf79b..4dc58c849274 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: