Commit 68ed37871 for imagemagick.org

commit 68ed37871083c4b4d00b36fa35b547cf3c08c67f
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Sat May 16 13:36:37 2026 -0400

    eliminate compiler warning

diff --git a/MagickCore/distribute-cache.c b/MagickCore/distribute-cache.c
index 53ae5d130..cca4ddc92 100644
--- a/MagickCore/distribute-cache.c
+++ b/MagickCore/distribute-cache.c
@@ -776,7 +776,7 @@ static MagickBooleanType ReadDistributeCacheMetacontent(SplayTreeInfo *registry,
 }

 static MagickBooleanType ReadDistributeCachePixels(SplayTreeInfo *registry,
-  SOCKET_TYPE file,const size_t session_key,ExceptionInfo *exception)
+  SOCKET_TYPE file,const uint64_t session_key,ExceptionInfo *exception)
 {
   const Quantum
     *p;