Problem: compile warning with tabpanelopt
Solution: declare arg as UNUSED (John Marriott)
closes: #17528
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
* Process the new 'showtabpanel' option value.
*/
char *
-did_set_showtabpanel(optset_T *args)
+did_set_showtabpanel(optset_T *args UNUSED)
{
shell_new_columns();
return NULL;
* Process the new 'tabpanelopt' option value.
*/
char *
-did_set_tabpanelopt(optset_T *args)
+did_set_tabpanelopt(optset_T *args UNUSED)
{
if (tabpanelopt_changed() == FAIL)
return e_invalid_argument;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1457,
/**/
1456,
/**/