; 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.
This commit is contained in:
parent
2f7d011d18
commit
6ca3a60db3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue