]> git.eshelyaron.com Git - emacs.git/commit
Ignore -fanalyzer-null-argument in pgtkterm.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2025 06:15:49 +0000 (22:15 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:07:10 +0000 (19:07 +0100)
commit681730131d35c754490098f421f1da8f40445a97
tree35e9c168cf1d9f38b4af75c4b89407595f152256
parent227a7957ea3f3c6bd01e25794ae5f756037bb81e
Ignore -fanalyzer-null-argument in pgtkterm.c

* src/pgtkterm.c: Ignore -Wanalyzer-null-dereference.
I don’t have time to look into all the diagnostics,
but the ones I checked seemed to be false alarms with
gcc -std=gnu23 on x86-64, and we are ignoring this
diagnostic in other modules.  This is GCC 14.2.1
20250110 (Red Hat 14.2.1-7).

(cherry picked from commit 8d8272d02e38ee3624cd3f16767f3c60fb3383ea)
src/pgtkterm.c