Also copy lib/mini-gmp-gnulib.c from Gnulib

This commit is contained in:
Paul Eggert 2026-05-26 22:21:08 -07:00
parent 225876e979
commit b174382a2d

View file

@ -39,6 +39,10 @@
# 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__))