aboutsummaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/alloc-pool.h')
-rw-r--r--gcc/alloc-pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloc-pool.h b/gcc/alloc-pool.h
index 65087265527..96a1342b9fa 100644
--- a/gcc/alloc-pool.h
+++ b/gcc/alloc-pool.h
@@ -359,7 +359,7 @@ pool_allocator<T>::remove (T *object)
gcc_checking_assert (m_initialized);
allocation_pool_list *header;
- int size;
+ int size ATTRIBUTE_UNUSED;
size = m_elt_size - offsetof (allocation_object<T>, u.data);
#ifdef ENABLE_CHECKING