summaryrefslogtreecommitdiff
path: root/storage/pbxt/src/cache_xt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/pbxt/src/cache_xt.cc')
-rw-r--r--storage/pbxt/src/cache_xt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/pbxt/src/cache_xt.cc b/storage/pbxt/src/cache_xt.cc
index 090250dd802..7f39c589f7a 100644
--- a/storage/pbxt/src/cache_xt.cc
+++ b/storage/pbxt/src/cache_xt.cc
@@ -794,7 +794,7 @@ xtPublic void xt_ind_check_cache(XTIndexPtr ind)
ASSERT_NS(ind_cac_globals.cg_free_count == free_count);
/* Check the LRU list: */
- XTIndBlockPtr list_block, plist_block;
+ XTIndBlockPtr list_block, plist_block __attribute__((unused));
plist_block = NULL;
list_block = ind_cac_globals.cg_lru_block;