We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b0c46 commit fa52862Copy full SHA for fa52862
Include/pyport.h
@@ -302,6 +302,7 @@ extern "C" {
302
#elif defined(_MSC_VER)
303
#define _Py_COMP_DIAG_PUSH __pragma(warning(push))
304
#define _Py_COMP_DIAG_IGNORE_DEPR_DECLS __pragma(warning(disable: 4996))
305
+#define _Py_COMP_DIAG_IGNORE_DEPR_DECLS
306
#define _Py_COMP_DIAG_POP __pragma(warning(pop))
307
#else
308
#define _Py_COMP_DIAG_PUSH
0 commit comments