mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Also copy lib/mini-gmp-gnulib.c from Gnulib
This commit is contained in:
parent
225876e979
commit
b174382a2d
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
||||||
# pragma GCC diagnostic ignored "-Wsuggest-attribute=malloc"
|
# pragma GCC diagnostic ignored "-Wsuggest-attribute=malloc"
|
||||||
#endif
|
#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. */
|
/* Pacify GCC -Wunused-variable for variables used only in 'assert' calls. */
|
||||||
#if (defined NDEBUG \
|
#if (defined NDEBUG \
|
||||||
&& (4 < __GNUC__ + (6 <= __GNUC_MINOR__) || defined __clang__))
|
&& (4 < __GNUC__ + (6 <= __GNUC_MINOR__) || defined __clang__))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue