mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
eval: Silence octal constant warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
int prot = 0755;
|
||||
int prot = 0755; // -V536
|
||||
|
||||
rettv->vval.v_number = FAIL;
|
||||
if (check_restricted() || check_secure())
|
||||
|
Reference in New Issue
Block a user