This commit is contained in:
Ronan Collobert
2025-10-30 16:25:36 -07:00
parent a1212b4e44
commit 1bac0db7e3

View File

@@ -166,7 +166,7 @@ bool issubdtype(const Dtype& a, const Dtype& b) {
return a == b;
}
bool issubdtype(const Dtype::Category& cat, const Dtype& type) {
bool issubdtype(const Dtype::Category& /* cat */, const Dtype& /* type */) {
return false;
}