Cleanup: compiler warning

This commit is contained in:
Brecht Van Lommel 2020-07-03 18:55:32 +02:00
parent 46fcc12e83
commit 185fe9cd8b
1 changed files with 1 additions and 0 deletions

View File

@ -2265,6 +2265,7 @@ static void blo_cache_storage_entry_register(ID *id,
void *cache_storage_v)
{
BLI_assert(key->id_session_uuid == id->session_uuid);
UNUSED_VARS_NDEBUG(id);
BLOCacheStorage *cache_storage = cache_storage_v;
BLI_assert(!BLI_ghash_haskey(cache_storage->cache_map, key));