Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Fixing nullability warnings #504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sadefigu
Copy link

@sadefigu sadefigu commented Oct 3, 2023

Fixing 10 warnings like the below:

Implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'NSString * _Nonnull'

The change is basically to compare the variables with nil before trying to use them.

@google-cla
Copy link

google-cla bot commented Oct 3, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant