ci: Update Coverity model for typval refactoring

[ci skip]
This commit is contained in:
James McCoy 2017-03-29 20:45:22 -04:00
parent 1c6ae58fd1
commit 91dfebf050
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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);
}