mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 8.2.4839: compiler warning for unused argument
Problem: Compiler warning for unused argument. Solution: Add "UNUSED".
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user