]> git.eshelyaron.com Git - emacs.git/commit
Do not ignore -Wanalyzer-allocation-size in GCC 14
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 07:48:20 +0000 (23:48 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:35:47 +0000 (18:35 +0100)
commit52617006ffbb09870ebbce7dccf371e961c30ad9
tree37bc747b75d5c731f4726b6ee85b3f8304b5c7d5
parent6a44c862596e14e77b7be523dc4366243b47c652
Do not ignore -Wanalyzer-allocation-size in GCC 14

* src/lisp.h (SAFE_ALLOCA_LISP_EXTRA): Use pragma to ignore the
warning only in GCC 13, as the GCC developers say GCC bug 109577
is fixed in GCC 14.

(cherry picked from commit 659770fdf535ca683a97d965d2e4ed0f9f321145)
src/lisp.h