Patch 9.0.1264

2 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 30, 2023, 2:26:55 PM1/30/23
to vim...@googlegroups.com

Patch 9.0.1264
Problem: Motif: compiler warning for unused argument.
Solution: Add "UNUSED".
Files: src/optionstr.c


*** ../vim-9.0.1263/src/optionstr.c 2023-01-30 13:04:38.257749837 +0000
--- src/optionstr.c 2023-01-30 19:25:05.365347589 +0000
***************
*** 1562,1568 ****
* The 'guifont' option is changed.
*/
static char *
! did_set_guifont(char_u *oldval, int *redraw_gui_only)
{
char_u *p;
char *errmsg = NULL;
--- 1562,1568 ----
* The 'guifont' option is changed.
*/
static char *
! did_set_guifont(char_u *oldval UNUSED, int *redraw_gui_only)
{
char_u *p;
char *errmsg = NULL;
*** ../vim-9.0.1263/src/version.c 2023-01-30 15:19:53.221000796 +0000
--- src/version.c 2023-01-30 19:25:47.469334255 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1264,
/**/

--
hundred-and-one symptoms of being an internet addict:
69. Yahoo welcomes you with your own start page

/// 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