commit | eb45ad25ab5022e5bead0dbb19fe5704924f918a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 19:26:24 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 19:26:24 2023 +0000 |
tree | b98482eb546d0a41df24a288462d3638150f2997 | |
parent | 907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9 [diff] [blame] |
patch 9.0.1264: Motif: compiler warning for unused argument Problem: Motif: compiler warning for unused argument. Solution: Add "UNUSED".
diff --git a/src/optionstr.c b/src/optionstr.c index 1329be3..1665509 100644 --- a/src/optionstr.c +++ b/src/optionstr.c
@@ -1562,7 +1562,7 @@ * 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;