eval: Silence octal constant warning

This commit is contained in:
ZyX
2017-04-16 20:08:56 +03:00
parent 31190879cc
commit 3c5f4b382f

View File

@@ -12538,7 +12538,7 @@ static void f_min(typval_T *argvars, typval_T *rettv, FunPtr fptr)
*/ */
static void f_mkdir(typval_T *argvars, typval_T *rettv, FunPtr fptr) static void f_mkdir(typval_T *argvars, typval_T *rettv, FunPtr fptr)
{ {
int prot = 0755; int prot = 0755; // -V536
rettv->vval.v_number = FAIL; rettv->vval.v_number = FAIL;
if (check_restricted() || check_secure()) if (check_restricted() || check_secure())