Skip to content

Commit 8d33396

Browse files
authored
Merge pull request #258 from tdegeus/warnings
Fixing warning
2 parents f024adb + 705e912 commit 8d33396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xtensor-python/xtensor_type_caster_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace pybind11
7474
template <class Type>
7575
struct xtensor_type_caster_base
7676
{
77-
bool load(handle src, bool)
77+
bool load(handle /*src*/, bool)
7878
{
7979
return false;
8080
}

0 commit comments

Comments
 (0)