mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 18:13:13 +08:00
Merge pull request #11151 from AndreiCostinescu:patch-1
This commit is contained in:
commit
24acbecd33
@ -4,6 +4,7 @@
|
|||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable:5033) // 'register' is no longer a supported storage class
|
#pragma warning(disable:5033) // 'register' is no longer a supported storage class
|
||||||
#endif
|
#endif
|
||||||
|
#include <math.h>
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
Loading…
Reference in New Issue
Block a user