Problem: Unused macro argument in libvterm. (Randall W. Morris)
Solution: Remove the argument.
break;
}
-#define ENTER_STRING_STATE(st) do { vt->parser.state = STRING; string_start = bytes + pos + 1; } while(0)
+#define ENTER_STRING_STATE() do { vt->parser.state = STRING; string_start = bytes + pos + 1; } while(0)
#define ENTER_STATE(st) do { vt->parser.state = st; string_start = NULL; } while(0)
#define ENTER_NORMAL_STATE() ENTER_STATE(NORMAL)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1675,
/**/
1674,
/**/