Skip to content

Commit 5ec2426

Browse files
committed
Fixed unused variable warning
1 parent 2e4185b commit 5ec2426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/boost/container/detail/adaptive_node_pool_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ class private_adaptive_node_pool_impl_common
565565
}
566566
}
567567
}
568+
(void)total_free_blocks;
568569
BOOST_ASSERT(total_free_blocks == m_totally_free_blocks);
569570
BOOST_ASSERT(total_free_nodes >= m_totally_free_blocks*real_num_node);
570571
}

0 commit comments

Comments
 (0)