]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 12 in xrdb.c
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)
commit920f1e68b868537d64b28e7623e428338357bfbc
tree6038c7af5689bb32849745c2b46e63be76017b7d
parent13dac6f3e95f951d7174d727cc88c7e7bf24ac8c
Pacify GCC 12 in xrdb.c

* src/xrdb.c (x_get_resource): Simply assign the return value.
This pacifies GCC 12 -Wanalyzer-use-of-uninitialized-value.
src/xrdb.c