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:
parent
27d101832a
commit
fadfde5fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue