mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
Problem: MS-Windows: compiler warnings for unused arguments. Solution: Add UNUSED. (Yegappan Lakshmanan, closes #4963)
This commit is contained in:
@@ -7335,7 +7335,7 @@ close_redir(void)
|
||||
|
||||
#if (defined(FEAT_SESSION) || defined(FEAT_EVAL)) || defined(PROTO)
|
||||
int
|
||||
vim_mkdir_emsg(char_u *name, int prot)
|
||||
vim_mkdir_emsg(char_u *name, int prot UNUSED)
|
||||
{
|
||||
if (vim_mkdir(name, prot) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user