Remove uninitialized variable warnings

This commit is contained in:
Ion Gaztañaga
2015-06-12 23:51:02 +02:00
parent 3501c604c5
commit ee998fb5b1
2 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ using namespace boost::container;
bool basic_test()
{
size_t received;
size_t received = 0;
if(!boost_cont_all_deallocated())
return false;
void *ptr = boost_cont_alloc(50, 98, &received);