mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
coverity/149459: CHECKED_RETURN (false positive)
This commit is contained in:
parent
1e93e24f5e
commit
cf89160d6e
@ -7472,7 +7472,7 @@ static void f_and(typval_T *argvars, typval_T *rettv)
|
||||
static void f_api_info(typval_T *argvars, typval_T *rettv)
|
||||
{
|
||||
Dictionary metadata = api_metadata();
|
||||
object_to_vim(DICTIONARY_OBJ(metadata), rettv, NULL);
|
||||
(void)object_to_vim(DICTIONARY_OBJ(metadata), rettv, NULL);
|
||||
api_free_dictionary(metadata);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user