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 875c57f commit 7cb644aCopy full SHA for 7cb644a
include/xtensor-python/xtensor_type_caster_base.hpp
@@ -107,7 +107,7 @@ namespace pybind11
107
struct pybind_array_dim_checker
108
{
109
template <class B>
110
- static bool run(const B& buf)
+ static bool run(const B& /*buf*/)
111
112
return true;
113
}
@@ -138,7 +138,7 @@ namespace pybind11
138
struct pybind_array_shape_checker
139
140
141
142
143
144
0 commit comments