diff --git a/Source/externs.m b/Source/externs.m index 2ad50a1af..5a9d80562 100644 --- a/Source/externs.m +++ b/Source/externs.m @@ -207,8 +207,10 @@ GSBuildStrings() * Ensure that NSString is initialized ... because we are called * from [NSObject +initialize] which might be executing as a * result of a call to [NSString +initialize] ! + * Use performSelector: to avoid compiler warning about clash of + * return value types in two different versions of initialize. */ - [SClass initialize]; + [SClass performSelector: @selector(initialize)]; InPortAcceptedClientNotification = [[SClass alloc] initWithCString: