Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firestore build warnings #12516

Closed
paulb777 opened this issue Mar 11, 2024 · 2 comments · Fixed by #12536
Closed

Firestore build warnings #12516

paulb777 opened this issue Mar 11, 2024 · 2 comments · Fixed by #12536
Assignees

Comments

@paulb777
Copy link
Member

Description

- WARN  | xcodebuild:  FirebaseFirestoreInternal/Firestore/core/src/local/index_backfiller.cc:61:48: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
- WARN  | xcodebuild:  FirebaseFirestoreInternal/Firestore/core/src/local/index_backfiller.cc:64:36: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
- WARN  | xcodebuild:  FirebaseFirestoreInternal/Firestore/core/src/remote/bloom_filter.cc:81:10: warning: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'int32_t' (aka 'int') [-Wshorten-64-to-32]

Reproducing the issue

Build and check warnings

Firebase SDK Version

10.23.0

Xcode Version

15.3

Installation Method

CocoaPods

Firebase Product(s)

Firestore

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
@cherylEnkidu
Copy link
Contributor

I will create a quick fix PR.

@cherylEnkidu
Copy link
Contributor

#12536

@ncooke3 ncooke3 linked a pull request Mar 12, 2024 that will close this issue
@firebase firebase locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants