react-native-macos/React
Dave Lee 0e3117c972 Fix format specifier used in RCTCxxMethod
Summary:
[`CxxModule::Method::callbacks`](2161f92aaf/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
2017-08-08 11:55:17 -07:00
..
Base Configure requiresMainQueueSetup for core modules 2017-08-07 07:04:36 -07:00
CxxBridge Specialize JSCValueEncoder for id instead of NSArray 2017-08-07 06:45:34 -07:00
CxxModule Fix format specifier used in RCTCxxMethod 2017-08-08 11:55:17 -07:00
CxxUtils More efficient dynamic->NSString conversion. 2017-07-26 18:31:12 -07:00
DevSupport Remove unused RCTWebSocketObserverProtocol 2017-08-07 07:33:41 -07:00
Executors Add more information to `__fbBatchedBridge is undefined` error 2017-07-26 11:21:59 -07:00
Inspector Reduce log level for connection errors 2017-07-28 18:31:22 -07:00
Modules Configure requiresMainQueueSetup for core modules 2017-08-07 07:04:36 -07:00
Profiler Configure requiresMainQueueSetup for core modules 2017-08-07 07:04:36 -07:00
React.xcodeproj Fixed issue with install third party script in directory with spaces 2017-08-06 20:22:21 -07:00
ReactLegacy.xcodeproj Remove unused RCTWebSocketObserverProtocol 2017-08-07 07:33:41 -07:00
Views add `pinchEnabled` prop to ScrollView 2017-08-06 23:55:16 -07:00
third-party.xcconfig More attempts to fix Travis CI runs 2017-05-10 04:32:54 -07:00