-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): fix nullability warnings (#36247)
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: #36247 Test Plan: iOS build should succeed. Reviewed By: cipolleschi Differential Revision: D43531887 Pulled By: javache fbshipit-source-id: cae0617a20c8d215042cf4c5be2cbb17c801bb41
- Loading branch information
1 parent
a7f962c
commit 346b028
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters