Commit 24acbecd authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11151 from AndreiCostinescu:patch-1

parents 70607ce3 38d73123
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment