File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 121
121
# define HAVE_ROUND 1
122
122
# endif
123
123
# pragma warning(push)
124
- # pragma warning(disable: 4510 4610 4512 4005)
124
+ # pragma warning(disable: 4510 4610 4512 4005 4505 )
125
125
# if defined(_DEBUG) && !defined(Py_DEBUG)
126
126
# define PYBIND11_DEBUG_MARKER
127
127
# undef _DEBUG
Original file line number Diff line number Diff line change 13
13
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
14
14
# pragma warning(push)
15
15
# pragma warning(disable: 4127) // warning C4127: Conditional expression is constant
16
- # pragma warning(disable: 4505) // warning C4505: 'PySlice_GetIndicesEx': unreferenced local function has been removed (PyPy only)
17
16
#elif defined(__GNUG__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
18
17
# pragma GCC diagnostic push
19
18
# pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
You can’t perform that action at this time.
0 commit comments