Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add void prototype to RCTAppearance.h (#47564)
Summary: Resolve warning on ios build: ``` .../ios/Pods/Headers/Public/React-Core/React/RCTAppearance.h:16:60 A function declaration without a prototype is deprecated in all versions of C ``` ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [IOS] [FIXED] - Resolve deprecated function prototype warning in RCTAppearance.h Pull Request resolved: #47564 Test Plan: Jest Result (`yarn test`): ``` Test Suites: 234 passed, 234 total Tests: 2 skipped, 4899 passed, 4901 total Snapshots: 1687 passed, 1687 total Time: 46.387 s Ran all test suites. ``` Reviewed By: cipolleschi Differential Revision: D65816584 Pulled By: javache fbshipit-source-id: 212021c39dfde7e638752940e67a9f964d2194ab
- Loading branch information