Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows 4018 and 4244 compiler warnings (#41254)
Summary: Windows had to remove some previously suppressed compiler warnings and fork `ShadowNode.cpp` and `RawPropsParser.cpp` (See: microsoft/react-native-windows#12300) to fix them. This PR adds the right data types and static casts to get rid of the compiler warnings. ## Changelog: [GENERAL] [FIXED] - Fix windows 4018 and 4244 compiler warnings Pull Request resolved: #41254 Test Plan: tested in RNW Repository Reviewed By: rshest Differential Revision: D50820705 Pulled By: rozele fbshipit-source-id: fa61f7ca428d31fc6be56c80215246ee2bdfc67c
- Loading branch information