We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8e435 commit 896711cCopy full SHA for 896711c
setup.py
@@ -173,6 +173,9 @@ def check_output(args):
173
174
if sys.platform == 'darwin':
175
extra_comp_args.append('-mmacosx-version-min=10.8')
176
+ # silence warning coming from boost python macros which
177
+ # would is hard to silence via pragma
178
+ extra_comp_args.append('-Wno-parentheses-equality')
179
linkflags.append('-mmacosx-version-min=10.8')
180
else:
181
linkflags.append('-lrt')
0 commit comments