mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
clang/'Dead nested assignment': don't assign unused value to precision #15012
This commit is contained in:
parent
3de777d259
commit
0fd3f9130d
@ -964,7 +964,7 @@ int vim_vsnprintf_typval(
|
||||
break;
|
||||
}
|
||||
}
|
||||
str_arg_l = precision = (size_t)(p1 - (char_u *)str_arg);
|
||||
str_arg_l = (size_t)(p1 - (char_u *)str_arg);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user