Skip to content

Commit ce23dbc

Browse files
committed
Suppress unknown pragma warning (STDC FENV_ACCESS).
1 parent 03074fd commit ce23dbc

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)