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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user