Skip to content

Commit 486aa3f

Browse files
authored
Remove warning (#1999)
1 parent 77f1bee commit 486aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Source/Local/FSTMemoryPersistence.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ - (int)removeOrphanedDocumentsThroughSequenceNumber:(ListenSequenceNumber)upperB
246246
for (const auto &key : removed) {
247247
_sequenceNumbers.erase(key);
248248
}
249-
return removed.size();
249+
return static_cast<int>(removed.size());
250250
}
251251

252252
- (void)addReference:(const DocumentKey &)key {

0 commit comments

Comments
 (0)