Merge pull request #11151 from AndreiCostinescu:patch-1

pull/11162/head
Alexander Alekhin 7 years ago
commit 24acbecd33
  1. 1
      modules/python/src2/cv2.cpp

@ -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)

Loading…
Cancel
Save