diff options
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/alloc_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/source/alloc_cache.c b/sal/rtl/source/alloc_cache.c index 9da21d32a3c9..fb10d859d36a 100644 --- a/sal/rtl/source/alloc_cache.c +++ b/sal/rtl/source/alloc_cache.c @@ -989,6 +989,7 @@ rtl_cache_deactivate ( RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock)); OSL_PRECOND(active, "rtl_cache_deactivate(): orphaned cache."); + (void)active; /* cleanup magazine layer */ if (cache->m_magazine_cache != 0) |