]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 9.1
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 May 2019 19:26:40 +0000 (12:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 May 2019 19:28:10 +0000 (12:28 -0700)
commit504f8e551f88b5d58cf3d2dc3c12df273b6d972c
treec0f0a59f94ad8e5e812e486f06e92f33bc3ae597
parente44b56d16ad0749e599700a73509c16391ed973e
Pacify GCC 9.1

* src/intervals.c (set_intervals_multibyte_1): Omit unused temps.
* src/xdisp.c (display_mode_element): Use !NILP instead of
STRINGP.  This convinces GCC we’re not dereferencing a
possibly-null pointer, and should be a bit faster anyway.
src/intervals.c
src/xdisp.c