]> git.eshelyaron.com Git - emacs.git/commit
Ignore fewer GCC -fanalyzer diagnostics in ccl.c
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Feb 2024 07:12:18 +0000 (23:12 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:35:43 +0000 (18:35 +0100)
commitd1a7c07f02dd4aa937d1257d1412b76025af7e9d
treee829025c474c4a9034a08b987b33ea7a8609fa99
parentc075d6ce78e0e2a73608281ba7425c5412483983
Ignore fewer GCC -fanalyzer diagnostics in ccl.c

* src/ccl.c: Do not ignore -Wanalyzer-use-of-uninitialized-value,
as that bug has been fixed in GCC.  Ignore
-Wanalyzer-out-of-bounds only if GCC 13, as the bug will
reportedly be fixed when GCC 14 comes out.

(cherry picked from commit f8d27a8a1fd5bdc8e25569cc05a9298e186a8c63)
src/ccl.c