From 55508b285a13ea72fc7d0c57bebe20e81fb219bf Mon Sep 17 00:00:00 2001 From: Stephanie Nicholson Date: Mon, 24 Apr 2023 11:42:18 -0700 Subject: [PATCH] fix up -Wstrict-prototypes breaks Summary: As title Differential Revision: D45240712 fbshipit-source-id: bfb30643f11683c3bca3b66a5d602c1fd8e948dd --- .../RNTesterIntegrationTests/RCTRootViewIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rn-tester/RNTesterIntegrationTests/RCTRootViewIntegrationTests.m b/packages/rn-tester/RNTesterIntegrationTests/RCTRootViewIntegrationTests.m index f200ae230b4..5ebcc0adc2c 100644 --- a/packages/rn-tester/RNTesterIntegrationTests/RCTRootViewIntegrationTests.m +++ b/packages/rn-tester/RNTesterIntegrationTests/RCTRootViewIntegrationTests.m @@ -50,7 +50,7 @@ typedef void (^ControlBlock)(RCTRootView *); @end -static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate() +static SizeFlexibilityTestDelegate *sizeFlexibilityDelegate(void) { static SizeFlexibilityTestDelegate *delegate; if (delegate == nil) {