mikeash / MAObjCRuntime

ObjC wrapper for ObjC runtime API
Other
1.53k stars 189 forks source link

Cast to mute Xcode warning #13

Closed edwardaux closed 11 years ago

edwardaux commented 11 years ago

Xcode 4.6 complains that we shouldn't cast a SEL to a NSUInteger in the hash method in RTMethod.m. This fixes stops that warning with an intermediate cast to void *