mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-08 05:31:00 +02:00
Fix some test warnings.
And turn on warnings as errors in Travis.
This commit is contained in:
@@ -18,8 +18,8 @@ struct rehash_test_base : public test::exception_base
|
||||
{
|
||||
test::random_values<T> values;
|
||||
unsigned int n;
|
||||
rehash_test_base(unsigned int count = 100, unsigned int n = 0)
|
||||
: values(count), n(n)
|
||||
rehash_test_base(unsigned int count = 100, unsigned int n_ = 0)
|
||||
: values(count), n(n_)
|
||||
{}
|
||||
|
||||
typedef T data_type;
|
||||
|
Reference in New Issue
Block a user