mirror of
https://github.com/boostorg/container.git
synced 2026-01-25 16:52:48 +01:00
Remove uninitialized variable warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user