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

Fix warning due to NSUInteger length on watchOS #36

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

andrewheard
Copy link
Collaborator

  • Fixed warning: values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead on watchOS.
  • Added watchos to pod lib lint testing matrix.

This is a port of firebase/firebase-ios-sdk#11974.

Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on green

@andrewheard andrewheard merged commit 5889dd5 into main Oct 27, 2023
12 checks passed
@andrewheard andrewheard deleted the ah/watchos-warnings branch October 27, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants