mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +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:
|
||||
assert(false);
|
||||
}
|
||||
// it can't come to here, but we don't want the compiler to complain
|
||||
return false;
|
||||
}
|
||||
|
||||
JSONDocument::ItemsIteratorGenerator JSONDocument::Items() const {
|
||||
|
|
Loading…
Reference in a new issue