mirror of
https://github.com/boostorg/container.git
synced 2026-07-05 09:30:46 +02:00
Fixed unused variable warning
This commit is contained in:
@@ -565,6 +565,7 @@ class private_adaptive_node_pool_impl_common
|
||||
}
|
||||
}
|
||||
}
|
||||
(void)total_free_blocks;
|
||||
BOOST_ASSERT(total_free_blocks == m_totally_free_blocks);
|
||||
BOOST_ASSERT(total_free_nodes >= m_totally_free_blocks*real_num_node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user