ocmock
ocmock copied to clipboard
Incompatible function pointer types
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.