]> git.eshelyaron.com Git - emacs.git/commit
Pacify Ubuntu GCC 13.2 in x_get_local_selection
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jan 2024 21:39:57 +0000 (13:39 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jan 2024 21:05:41 +0000 (22:05 +0100)
commit1789bab17b3e2976d7eca07a83c404c200a76740
tree795a8a4f76466d21af2dfdfa3b5270d4665701f6
parentf5fa403ad41bfa74837bce79ec59821390895fd8
Pacify Ubuntu GCC 13.2 in x_get_local_selection

* src/xselect.c: Ignore -Wanalyzer-null-dereference,
to work around GCC bug 102671.

(cherry picked from commit 4411d98c47576d5d47ea17269617b7c5a0f04f3c)
src/xselect.c