Cleanup: unused variable in release builds.

This commit is contained in:
Bastien Montagne
2023-08-25 12:23:55 +02:00
parent 888a7f0bf0
commit a186f5e48a

View File

@@ -184,6 +184,7 @@ static void shapekey_blend_read_after_liblink(BlendLibReader * /*reader*/, ID *i
/* ShapeKeys should always only be linked indirectly through their user ID (mesh, Curve etc.), or
* be fully local data. */
BLI_assert((id->tag & LIB_TAG_EXTERN) == 0);
UNUSED_VARS_NDEBUG(id);
}
IDTypeInfo IDType_ID_KE = {