From 1bac0db7e303aad915da159f65b9793b21627a47 Mon Sep 17 00:00:00 2001 From: Ronan Collobert Date: Thu, 30 Oct 2025 16:25:36 -0700 Subject: [PATCH] WIP --- mlx/dtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }