]> git.eshelyaron.com Git - emacs.git/commit
Update from gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Apr 2022 02:16:29 +0000 (19:16 -0700)
committerMattias EngdegÄrd <mattiase@acm.org>
Wed, 20 Apr 2022 12:58:55 +0000 (14:58 +0200)
commite6c2a2497d8cc8c38c816507681d5d529cfdbf2e
tree3ff17d68e2b4134d6f8962d3acebec7216b1ad9d
parent91d4898d5cceddd80456b6ce57ce2c5392aa1281
Update from gnulib

(cherry picked from commit 992cf3cb675e074079341cc54c3b16d37a8b9ca8)

This is a partial backport from master: it only includes the changes below.

* lib/mini-gmp.c (gmp_assert_nocarry): Avoid many Clang
unused-variable warnings when building with optimisation.
* lib/verify.h (_GL_HAVE__STATIC_ASSERT): Modify condition for using
_Static_assert to cope with older Apple builds of Clang exposing
misleading compiler version numbers.  See discussion starting at
https://lists.gnu.org/archive/html/emacs-devel/2022-04/msg00779.html
lib/mini-gmp.c
lib/verify.h