diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-23 17:12:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-23 17:12:29 +0000 |
commit | ab5d819e7eb62177fd0acb5db058c30322eacf1b (patch) | |
tree | c9e953f0cc6160f4795d822606b7ad8fb8fb376e /sal/rtl | |
parent | 24c7ee76e9aa79ab568fdf9abc7d394cc13d9fc3 (diff) |
WaE: unused variable in non-debug mode
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) |