]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 10.3 -Wmaybe-uninitialized
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Oct 2021 20:09:19 +0000 (13:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Oct 2021 20:09:47 +0000 (13:09 -0700)
commit89d64fca75557b3006532412d8c84885d5a6a873
treef65470f7a487618e0336324140f298dc7355c037
parentbb8ef1aa300a54dba1b18215247258143c5a3693
Pacify GCC 10.3 -Wmaybe-uninitialized

Problem reported by Basil L. Contovounesios (Bug#51075).
* src/term.c (encode_terminal_code):
Add an UNINIT to pacify GCC 10 bug.
src/term.c