; Avoid compiler warning in w32term.c

* src/w32term.c (w32_draw_glyphless_glyph_string_foreground):
Avoid GCC 14 warning about storing address of local variable.
scratch/igc
Eli Zaretskii 2024-05-17 09:43:20 +03:00
parent 2f7d011d18
commit 6ca3a60db3
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ static void
w32_draw_glyphless_glyph_string_foreground (struct glyph_string *s)
{
struct glyph *glyph = s->first_glyph;
unsigned char2b[8];
static unsigned char2b[8];
int x, i, j;
bool with_background;