mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
Fix no return warning in FileComparator
This commit is contained in:
parent
1e9621d4e5
commit
6a08bc042a
|
@ -1207,6 +1207,7 @@ class VersionSet::Builder {
|
|||
return BySmallestKey(f1, f2, internal_comparator);
|
||||
}
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue