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
Remove old dispatch prototypes to avoid a transmute.
This fixes the warning appearing from rust-lang/rust#31710.
The objc_msgSend functions aren't intended to be used directly, so since
OSX 10.8 they are defined empty like this as long as you don't define
OBJC_OLD_DISPATCH_PROTOTYPES.
0 commit comments