Merge pull request #11151 from AndreiCostinescu:patch-1

This commit is contained in:
Alexander Alekhin 2018-03-26 10:22:38 +00:00
commit 24acbecd33

View File

@ -4,6 +4,7 @@
#pragma warning(push)
#pragma warning(disable:5033) // 'register' is no longer a supported storage class
#endif
#include <math.h>
#include <Python.h>
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
#pragma warning(pop)