Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffc3dee

Browse files
author
Stefan Krah
committed
Backport 5cfe8af7abb2.
1 parent 89bbe68 commit ffc3dee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,7 @@ def _decimal_ext(self):
19851985
# solaris: problems with register allocation.
19861986
# icc >= 11.0 works as well.
19871987
define_macros = config['ppro']
1988+
extra_compile_args.append('-Wno-unknown-pragmas')
19881989
else:
19891990
define_macros = config['ansi32']
19901991
else:

0 commit comments

Comments
 (0)