[Libreoffice-commits] .: sal/rtl
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Mar 23 10:12:36 PDT 2011
sal/rtl/source/alloc_cache.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d8b6009d86704f9b5c23ea44bc068d4bfd3df3b7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Mar 23 17:12:29 2011 +0000
WaE: unused variable in non-debug mode
diff --git a/sal/rtl/source/alloc_cache.c b/sal/rtl/source/alloc_cache.c
index a98e495..06de201 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)
More information about the Libreoffice-commits
mailing list