We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d2f15 commit 1357cafCopy full SHA for 1357caf
2 files changed
src/gui_gtk_x11.c
@@ -5421,9 +5421,9 @@ input_timer_cb(gpointer data)
5421
*/
5422
static void
5423
sniff_request_cb(
5424
- gpointer data,
5425
- gint source_fd,
5426
- GdkInputCondition condition)
+ gpointer data UNUSED,
+ gint source_fd UNUSED,
+ GdkInputCondition condition UNUSED)
5427
{
5428
static char_u bytes[3] = {CSI, (int)KS_EXTRA, (int)KE_SNIFF};
5429
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 1232,
747
/**/
748
1231,
749
0 commit comments