]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 12 in Fx_show_tip
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:19:32 +0000 (01:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:26:47 +0000 (01:26 -0700)
commit1f6973241a57b24818126f513ec753772468c757
treec45db67c56a8c17c828f0266172ee75b3ebe30f9
parent920f1e68b868537d64b28e7623e428338357bfbc
Pacify GCC 12 in Fx_show_tip

* src/xfns.c (Fx_show_tip): Use BASE_EQ, not EQ.
This pacifies GCC 12 -Wanalyzer-null-dereference.
src/xfns.c