]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1232 v7.4.1232
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Feb 2016 20:40:14 +0000 (21:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Feb 2016 20:40:14 +0000 (21:40 +0100)
Problem:    Compiler warnings when the Sniff feature is enabled.
Solution:   Add UNUSED.

src/gui_gtk_x11.c
src/version.c

index ffac20ec0fa12bb0063ab08813c3173f6e4e5ba3..9f6775fb8c83adc7b5d29709b9c3af7a18eb25c0 100644 (file)
@@ -5421,9 +5421,9 @@ input_timer_cb(gpointer data)
  */
     static void
 sniff_request_cb(
-    gpointer   data,
-    gint       source_fd,
-    GdkInputCondition condition)
+    gpointer   data UNUSED,
+    gint       source_fd UNUSED,
+    GdkInputCondition condition UNUSED)
 {
     static char_u bytes[3] = {CSI, (int)KS_EXTRA, (int)KE_SNIFF};
 
index 911b20e92bc6f1a96388e27d428387bad7b8fdaa..04231004f678823b970f47d43f77c6d158fdbf83 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1232,
 /**/
     1231,
 /**/