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 7575f85 commit 705e912Copy full SHA for 705e912
include/xtensor-python/xtensor_type_caster_base.hpp
@@ -74,7 +74,7 @@ namespace pybind11
74
template <class Type>
75
struct xtensor_type_caster_base
76
{
77
- bool load(handle src, bool)
+ bool load(handle /*src*/, bool)
78
79
return false;
80
}
0 commit comments