mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix up -Wstrict-prototypes breaks
Summary: As title Differential Revision: D45240712 fbshipit-source-id: bfb30643f11683c3bca3b66a5d602c1fd8e948dd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
efc6e147f9
commit
55508b285a
@@ -50,7 +50,7 @@ typedef void (^ControlBlock)(RCTRootView *);
|
||||
|
||||
@end
|
||||
|
||||
static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate()
|
||||
static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate(void)
|
||||
{
|
||||
static SizeFlexibilityTestDelegate *delegate;
|
||||
if (delegate == nil) {
|
||||
|
||||
Reference in New Issue
Block a user