diff --git a/mlx/dtype.cpp b/mlx/dtype.cpp index 429fa4202..86a5da7c4 100644 --- a/mlx/dtype.cpp +++ b/mlx/dtype.cpp @@ -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; }