tty unused parameter under some configs

This commit is contained in:
nhmall
2020-12-27 12:51:40 -05:00
parent fd13f2a2f2
commit ea1ffe5112

View File

@@ -3418,7 +3418,11 @@ void
tty_print_glyph(window, x, y, glyph, bkglyph, glyphmod)
winid window;
xchar x, y;
#ifdef TTY_TILES_ESCCODES
int glyph;
#else
int glyph UNUSED;
#endif
int bkglyph UNUSED;
unsigned *glyphmod; /* don't mark UNUSED as we need to revisit */
{