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(ios): fix nullability warnings #36247

Closed
wants to merge 1 commit into from
Closed

Conversation

tido64
Copy link
Collaborator

@tido64 tido64 commented Feb 22, 2023

Summary

While testing use_frameworks! :linkage => :static, I encountered nullability warnings that were previously suppressed because we always build with -Werror. I'm not sure why the suppressions no longer work, but they should just be fixed.

Changelog

[IOS] [FIXED] - Fix nullability warnings

Test Plan

iOS build should succeed.

@tido64 tido64 requested a review from cipolleschi February 22, 2023 11:33
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Microsoft Partner: Microsoft Partner labels Feb 22, 2023
@facebook-github-bot
Copy link
Contributor

@javache has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Feb 24, 2023
@facebook-github-bot
Copy link
Contributor

@javache merged this pull request in 346b028.

@tido64 tido64 deleted the tido/fix-nullability-warnings branch February 24, 2023 12:16
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
While testing `use_frameworks! :linkage => :static`, I encountered nullability warnings that were previously suppressed because we always build with `-Werror`. I'm not sure why the suppressions no longer work, but they should just be fixed.

## Changelog

[IOS] [FIXED] - Fix nullability warnings

Pull Request resolved: facebook#36247

Test Plan: iOS build should succeed.

Reviewed By: cipolleschi

Differential Revision: D43531887

Pulled By: javache

fbshipit-source-id: cae0617a20c8d215042cf4c5be2cbb17c801bb41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. p: Microsoft Partner: Microsoft Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants