mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
Fix release compile
This commit is contained in:
parent
00b26c3a83
commit
558050939f
|
@ -263,6 +263,8 @@ bool JSONDocument::operator==(const JSONDocument& rhs) const {
|
||||||
default:
|
default:
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
// it can't come to here, but we don't want the compiler to complain
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const {
|
JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const {
|
||||||
|
|
Loading…
Reference in a new issue