We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e8ba16 + 173955e commit 2b8ec5eCopy full SHA for 2b8ec5e
Source/OCMock/NSObject+OCMAdditions.m
@@ -46,7 +46,7 @@ + (IMP)instanceMethodForwarderForSelector:(SEL)aSelector
46
}
47
48
if(needsStructureReturn)
49
- return _objc_msgForward_stret;
+ return (IMP)_objc_msgForward_stret;
50
#endif
51
52
return _objc_msgForward;
0 commit comments