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:
@@ -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;
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1264,
|
||||
/**/
|
||||
1263,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user