1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

Pacify gcc -Og x86-64

* src/editfns.c (Ftranslate_region_internal): Add UNINIT
to pacify gcc -Og x86-64 (GCC 9.3.1 20200317 (Red Hat 9.3.1-1)).
This commit is contained in:
Paul Eggert 2020-04-17 09:16:41 -07:00
parent 27d101832a
commit fadfde5fdf

View file

@ -2505,7 +2505,7 @@ It returns the number of characters changed. */)
if (oc < translatable_chars)
{
int nc; /* New character. */
int str_len;
int str_len UNINIT;
Lisp_Object val;
if (STRINGP (table))