summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-28 15:39:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-28 15:39:08 +0100
commit0a748d91846a4c3422975acc0af78c806623c191 (patch)
treec350834f81be3368933d49a1b603b505a82c6587 /src/gui_gtk_x11.c
parentdca1d40cd0f2af0755519e7028378bd3c8fefd31 (diff)
patch 8.2.4839: compiler warning for unused argumentv8.2.4839
Problem: Compiler warning for unused argument. Solution: Add "UNUSED".
Diffstat (limited to 'src/gui_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index 4460fb3cf7..0cd6613032 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -1314,7 +1314,7 @@ key_press_event(GtkWidget *widget UNUSED,
#if defined(FEAT_XIM) || GTK_CHECK_VERSION(3,0,0)
static gboolean
key_release_event(GtkWidget *widget UNUSED,
- GdkEventKey *event,
+ GdkEventKey *event UNUSED,
gpointer data UNUSED)
{
# if defined(FEAT_XIM)