mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0e3117c972
Summary: [`CxxModule::Method::callbacks`](https://github.com/facebook/react-native/blob/2161f92aaf37e126c6906e7ae6202d196b72648c/ReactCommon/cxxreact/CxxModule.h#L66) is `size_t` which uses `%zu` as the format specifier. Newer versions of clang can warn or error on this. This change prevents that from happening. Local builds with clang 5. Closes https://github.com/facebook/react-native/pull/15402 Differential Revision: D5583710 Pulled By: javache fbshipit-source-id: 1d1e740c275fddfea177cf9476cd1d03b7e27330