Attempt at fixing travis issue
This commit is contained in:
parent
d85993998c
commit
7b8f348e56
@ -46,7 +46,7 @@ class MILock {
|
||||
|
||||
private:
|
||||
std::mutex* const mu_;
|
||||
ManagedIterator* mi_ __attribute__((unused));
|
||||
ManagedIterator* mi_ __attribute__((unused)) = nullptr;
|
||||
// No copying allowed
|
||||
MILock(const MILock&) = delete;
|
||||
void operator=(const MILock&) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user