]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Dec 2020 08:27:37 +0000 (00:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Dec 2020 09:40:39 +0000 (01:40 -0800)
commitb8b17038e140fe215a76f2e899c00b9b95614886
treea6dcb19d6c109b57082232487e156061e70c1894
parent290ee3474d8c7334e12baef0f922f9622a045cd5
Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.c

* src/gtkutil.c (xg_item_label_same_p): Simplify.  Without this
simplification, GCC (Ubuntu 10.2.0-13ubuntu1)
-Wanalyzer-null-argument complains about use of NULL where
non-null expected as argument of strcmp.
src/gtkutil.c