[issue25878] CPython on Windows builds with /W3, not /W4

Steve Dower report at bugs.python.org
Sat Jan 16 21:21:37 EST 2016


Steve Dower added the comment:

I don't think the C standard necessarily applies or defines what happens when you call/link a __declspec'd function, but it's certainly not going to be the same as static linking.

That said, maybe the subtle nature of this means we should suppress the warning locally with a comment, rather than suppressing it globally.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25878>
_______________________________________


More information about the Python-bugs-list mailing list