0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 9.0.1264: Motif: compiler warning for unused argument

Problem:    Motif: compiler warning for unused argument.
Solution:   Add "UNUSED".
This commit is contained in:
Bram Moolenaar
2023-01-30 19:26:24 +00:00
parent 907349a743
commit eb45ad25ab
2 changed files with 3 additions and 1 deletions

View File

@@ -1562,7 +1562,7 @@ did_set_showbreak(char_u **varp)
* The 'guifont' option is changed.
*/
static char *
did_set_guifont(char_u *oldval, int *redraw_gui_only)
did_set_guifont(char_u *oldval UNUSED, int *redraw_gui_only)
{
char_u *p;
char *errmsg = NULL;