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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220428143943.D2AAD1C05B5%40moolenaar.net.