We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f024adb + 705e912 commit 8d33396Copy full SHA for 8d33396
1 file changed
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