Commit ce948a174 for imagemagick.org

commit ce948a1745397593343b1a218ae113ceb8ee1327
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Sat Sep 5 14:16:57 2026 -0400

    eliminate compiler warning

diff --git a/MagickCore/fx.c b/MagickCore/fx.c
index 16b52f7ff..4e31388b0 100644
--- a/MagickCore/fx.c
+++ b/MagickCore/fx.c
@@ -1076,7 +1076,7 @@ static MagickBooleanType ExtendRPN(FxInfo * pfx)
   ElementT
     *new_elements;

-  size_t
+  int
     element_count;

   /*