ocmock icon indicating copy to clipboard operation
ocmock copied to clipboard

Incompatible function pointer types

Open BlixLT opened this issue 3 years ago • 0 comments

We are trying to get rid of all warnings in our project and noticed one in ocmock:

xxx/NSObject+OCMAdditions.m:49:14: Incompatible function pointer types returning 'void (id _Nonnull, SEL _Nonnull, ...)' from a function with result type 'IMP' (aka 'id _Nullable (*)(id _Nonnull, SEL _Nonnull, ...)')

Hopefully you will fix this in the future. Thanks.

BlixLT avatar Feb 09 '22 10:02 BlixLT