You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typhoon/Source/TypeConversion/Converters/TyphoonPrimitiveTypeConverter.m:158:23: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type 'int' [-Wint-conversion]
Typhoon/Source/Definition/Internal/TyphoonReferenceDefinition.m:21:12: warning: incompatible pointer types returning 'TyphoonDefinition *' from a function with result type 'TyphoonReferenceDefinition *' [-Wincompatible-pointer-types]
Typhoon/Source/Definition/Internal/TyphoonDefinition+Infrastructure.h:45:1: note: instance method 'initWithClass:key:' is assumed to return an instance of its receiver type ('TyphoonDefinition *')
Typhoon/Source/Definition/Internal/TyphoonReferenceDefinition.m:19:4: note: current method is explicitly declared 'instancetype' and is expected to return an instance of its class type
The text was updated successfully, but these errors were encountered:
-> Typhoon (1.7.8)
Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryMethodInitializerClosure.m:52:20: warning: unused variable 'count' [-Wunused-variable]
Typhoon/Source/TypeConversion/Converters/TyphoonPrimitiveTypeConverter.m:158:23: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type 'int' [-Wint-conversion]
Typhoon/Source/Definition/Internal/TyphoonReferenceDefinition.m:21:12: warning: incompatible pointer types returning 'TyphoonDefinition *' from a function with result type 'TyphoonReferenceDefinition *' [-Wincompatible-pointer-types]
Typhoon/Source/Definition/Internal/TyphoonDefinition+Infrastructure.h:45:1: note: instance method '
initWithClass:key:
' is assumed to return an instance of its receiver type ('TyphoonDefinition *')Typhoon/Source/Definition/Internal/TyphoonReferenceDefinition.m:19:4: note: current method is explicitly declared 'instancetype' and is expected to return an instance of its class type
The text was updated successfully, but these errors were encountered: