mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Support Clang's -Wconversion -Wfloat-conversion -Wsign-conversion with -Werror
This commit is contained in:
@@ -454,7 +454,7 @@ bool test_continuous_aligned_allocation(Allocator &a)
|
||||
return false;
|
||||
}
|
||||
//Deallocate all
|
||||
for(unsigned int k = buffers.size(); k--;){
|
||||
for(std::size_t k = buffers.size(); k--;){
|
||||
a.deallocate(buffers[k]);
|
||||
}
|
||||
buffers.clear();
|
||||
|
||||
Reference in New Issue
Block a user