Commit a70f4b833 for imagemagick.org

commit a70f4b833318bdbcacc3b70eed32e2999f09137b
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Fri Nov 28 12:36:03 2025 +0100

    Silence macos warning.

diff --git a/MagickCore/statistic.c b/MagickCore/statistic.c
index 86fdd67f3..6f00af343 100644
--- a/MagickCore/statistic.c
+++ b/MagickCore/statistic.c
@@ -1463,7 +1463,7 @@ MagickExport ChannelMoments *GetImageMoments(const Image *image,
     M30[2*MaxPixelChannels+1] = { 0.0 };

   PointInfo
-    centroid[2*MaxPixelChannels+1] = { 0 };
+    centroid[2*MaxPixelChannels+1] = {{ 0 }};

   ssize_t
     c,