mirror of https://github.com/facebook/rocksdb.git
Fix release compile error
This commit is contained in:
parent
da9274574f
commit
e5f6980d99
|
@ -59,6 +59,8 @@ bool Variant::operator==(const Variant& rhs) {
|
||||||
default:
|
default:
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
// it will never reach here, but otherwise the compiler complains
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Variant::operator!=(const Variant& rhs) { return !(*this == rhs); }
|
bool Variant::operator!=(const Variant& rhs) { return !(*this == rhs); }
|
||||||
|
|
Loading…
Reference in New Issue