mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-27 05:42:00 +01:00
Fix some test warnings.
And turn on warnings as errors in Travis.
This commit is contained in:
@@ -148,7 +148,7 @@ namespace test
|
||||
return ptr;
|
||||
}
|
||||
|
||||
pointer allocate(size_type n, void const* u)
|
||||
pointer allocate(size_type n, void const*)
|
||||
{
|
||||
pointer ptr(static_cast<T*>(::operator new(n * sizeof(T))));
|
||||
detail::tracker.track_allocate((void*) ptr, n, sizeof(T), tag_);
|
||||
|
||||
Reference in New Issue
Block a user