Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(iOS) Fix strict prototype warning (#41805)
Summary: When using `RCT_EXTERN_REMAP_MODULE` a warning is produced with the following message: "A function declaration without a prototype is deprecated in all versions of C". This warning can be silenced by setting the `CLANG_WARN_STRICT_PROTOTYPES ` build setting. However this PR addresses the underlying problem resulting in no warning messages. ## Changelog: [IOS] [FIXED] - Fixed strict prototype warning when using the RCT_EXTERN_REMAP_MODULE macro. Pull Request resolved: #41805 Reviewed By: NickGerleman Differential Revision: D51891880 Pulled By: dmytrorykun fbshipit-source-id: 7804d624b248b568643956a8a7b7e0f8540b5ae2
- Loading branch information