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 | d8b6009d86704f9b5c23ea44bc068d4bfd3df3b7 (patch) | |
tree | 5f86ed395211daf9978af8076eddc70388178601 /sal/rtl | |
parent | 147443a7bdad620e7d2800831aa19dca0468900e (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 a98e495ce..06de20134 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) |