Skip to content

Commit 6a08bc0

Browse files
committed
Fix no return warning in FileComparator
1 parent 1e9621d commit 6a08bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/version_set.cc

+1
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ class VersionSet::Builder {
12071207
return BySmallestKey(f1, f2, internal_comparator);
12081208
}
12091209
assert(false);
1210+
return false;
12101211
}
12111212
};
12121213

0 commit comments

Comments
 (0)