Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-07-03 19:55:32 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-07-03 20:12:37 +0300
commit185fe9cd8bb177070ce8aecaa036d9880cce380e (patch)
tree92cf4efba652c4218dae09183db2b069304cb4bb
parent46fcc12e835badc6c09c50901449095bdb9c0e40 (diff)
Cleanup: compiler warning
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index a2eb69d0293..971d67d7d9a 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -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));