Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed May 6, 2016
1 parent 1d875eb commit cdf2d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Sharing.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void __TDKSharingInitialize(void *context) {
CFStringRef functionNames[] = { FUNCTIONS };
#undef WRAPPER

#define WRAPPER(X) (void **)&TDK ## X,
#define WRAPPER(X) (void (**)(void))&TDK ## X,
void (**functionDestinations[])(void) = { FUNCTIONS };
#undef WRAPPER

Expand Down

0 comments on commit cdf2d3e

Please sign in to comment.