]> git.eshelyaron.com Git - emacs.git/commit
etags: work around GCC bug 114882
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:12 +0000 (01:20 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:29:29 +0000 (18:29 +0200)
commit4a33793f7253e4ae5802cdd7bb4d20c8222c779d
tree8d4dc21dc0de28ca3fe754e4dba25bd4fd04b5d0
parent3bc1a3e881039cbf8c91cc8ce543aad812be6d3b
etags: work around GCC bug 114882

* lib-src/etags.c: Ignore -Wanalyzer-use-of-uninitialized-value.
This applies to the whole source file, not just to areas where GCC
has bugs, as it was too tricky to ignore more selectively.

(cherry picked from commit ca4f0705be544986f11971bd8ee7dc30a8d444f1)
lib-src/etags.c