mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
clang/"Dead assignment"
This commit is contained in:
@@ -10103,6 +10103,7 @@ Dictionary commands_array(buf_T *buf)
|
||||
{
|
||||
Dictionary rv = ARRAY_DICT_INIT;
|
||||
Object obj = NIL;
|
||||
(void)obj; // Avoid "dead assignment" warning.
|
||||
char str[10];
|
||||
garray_T *gap = (buf == NULL) ? &ucmds : &buf->b_ucmds;
|
||||
|
||||
|
Reference in New Issue
Block a user