mirror of https://github.com/MidnightCommander/mc
* fish.c: Declared one more parameter as unused.
This commit is contained in:
parent
d7e7ec48dd
commit
ebcd6129c6
|
@ -832,6 +832,9 @@ static int fish_unlink (struct vfs_class *me, const char *path)
|
|||
static int fish_mkdir (struct vfs_class *me, const char *path, mode_t mode)
|
||||
{
|
||||
PREFIX
|
||||
|
||||
(void) mode;
|
||||
|
||||
g_snprintf(buf, sizeof(buf),
|
||||
"#MKD /%s\n"
|
||||
"mkdir /%s 2>/dev/null\n"
|
||||
|
|
Loading…
Reference in New Issue