* lib/mini-gmp-gnulib.c: Ignore -Wuseless-cast, as we
don’t want top change lib/mini-gmp.c.
+2026-05-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ libgmp-mpz: pacify -Wuseless-cast
+ * lib/mini-gmp-gnulib.c: Ignore -Wuseless-cast, as we
+ don’t want top change lib/mini-gmp.c.
+
2026-05-26 Bruno Haible <bruno@clisp.org>
quotearg: Fix compilation error in USE_C_LOCALE code.
# pragma GCC diagnostic ignored "-Wsuggest-attribute=malloc"
#endif
+#if _GL_GNUC_PREREQ (14, 0)
+# pragma GCC diagnostic ignored "-Wuseless-cast"
+#endif
+
/* Pacify GCC -Wunused-variable for variables used only in 'assert' calls. */
#if (defined NDEBUG \
&& (4 < __GNUC__ + (6 <= __GNUC_MINOR__) || defined __clang__))