1
0
forked from aniani/vim

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:
Bram Moolenaar
2019-09-21 23:09:04 +02:00
parent 1e82a784ac
commit bd67aac279
13 changed files with 24 additions and 22 deletions

View File

@@ -2981,7 +2981,7 @@ set_file_time(
int
check_file_readonly(
char_u *fname, /* full path to file */
int perm) /* known permissions on file */
int perm UNUSED) /* known permissions on file */
{
#ifndef USE_MCH_ACCESS
int fd = 0;