comparison src/optionstr.c @ 31863:789ac0814945 v9.0.1264

patch 9.0.1264: Motif: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/eb45ad25ab5022e5bead0dbb19fe5704924f918a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 30 19:26:24 2023 +0000 patch 9.0.1264: Motif: compiler warning for unused argument Problem: Motif: compiler warning for unused argument. Solution: Add "UNUSED".
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Jan 2023 20:30:02 +0100
parents 8b15e4161605
children f5bbf51d65f7
comparison
equal deleted inserted replaced
31862:778a1b9db35d 31863:789ac0814945
1560 #ifdef FEAT_GUI 1560 #ifdef FEAT_GUI
1561 /* 1561 /*
1562 * The 'guifont' option is changed. 1562 * The 'guifont' option is changed.
1563 */ 1563 */
1564 static char * 1564 static char *
1565 did_set_guifont(char_u *oldval, int *redraw_gui_only) 1565 did_set_guifont(char_u *oldval UNUSED, int *redraw_gui_only)
1566 { 1566 {
1567 char_u *p; 1567 char_u *p;
1568 char *errmsg = NULL; 1568 char *errmsg = NULL;
1569 1569
1570 if (gui.in_use) 1570 if (gui.in_use)