Patch 8.2.4839

7 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 28, 2022, 10:39:48 AM4/28/22
to vim...@googlegroups.com

Patch 8.2.4839
Problem: Compiler warning for unused argument.
Solution: Add "UNUSED".
Files: src/gui_gtk_x11.c


*** ../vim-8.2.4838/src/gui_gtk_x11.c 2022-04-23 19:52:10.769491148 +0100
--- src/gui_gtk_x11.c 2022-04-28 14:06:56.104181067 +0100
***************
*** 1314,1320 ****
#if defined(FEAT_XIM) || GTK_CHECK_VERSION(3,0,0)
static gboolean
key_release_event(GtkWidget *widget UNUSED,
! GdkEventKey *event,
gpointer data UNUSED)
{
# if defined(FEAT_XIM)
--- 1314,1320 ----
#if defined(FEAT_XIM) || GTK_CHECK_VERSION(3,0,0)
static gboolean
key_release_event(GtkWidget *widget UNUSED,
! GdkEventKey *event UNUSED,
gpointer data UNUSED)
{
# if defined(FEAT_XIM)
*** ../vim-8.2.4838/src/version.c 2022-04-28 15:26:29.214947839 +0100
--- src/version.c 2022-04-28 15:38:47.594238391 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4839,
/**/

--
hundred-and-one symptoms of being an internet addict:
87. Everyone you know asks why your phone line is always busy ...and
you tell them to send an e-mail.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages