mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
ci: Update Coverity model for typval refactoring
[ci skip]
This commit is contained in:
parent
1c6ae58fd1
commit
91dfebf050
@ -64,7 +64,7 @@ void *je_realloc(void *ptr, size_t size)
|
||||
// of the memory allocated for item.
|
||||
typedef struct {} dictitem_T;
|
||||
typedef struct {} dict_T;
|
||||
int dict_add(dict_T *d, dictitem_T *item)
|
||||
int tv_dict_add(dict_T *const d, dictitem_T *const item)
|
||||
{
|
||||
__coverity_escape__(item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user