To: vim_dev@googlegroups.com Subject: Patch 9.0.1264 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///