]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc -Wanalyzer-null-dereference
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Nov 2022 18:00:49 +0000 (11:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Nov 2022 18:02:08 +0000 (11:02 -0700)
commit90a0aac3e8ebfb9f3c1df04deb9c85414f3530c0
tree28811d9a78ff2342320b3283eac441b577b52539
parent5fa2f116799b8a7c17ff6eedd6e1b1af077c116b
Pacify gcc -Wanalyzer-null-dereference

This is for gcc 12.2.1 20220819 (Red Hat 12.2.1-2) x86-64
when Emacs is configured with --enable-gcc-warnings.
* src/buffer.c (Fmove_overlay): Prefer BASE_EQ to EQ in a place
where they’re equivalent because the only symbol allowed here is nil.
src/buffer.c