Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit conversion of Objective-C pointer type #76

Closed
joecarney opened this issue Feb 3, 2013 · 1 comment
Closed

Implicit conversion of Objective-C pointer type #76

joecarney opened this issue Feb 3, 2013 · 1 comment

Comments

@joecarney
Copy link

Just dropped the latest SocketRocket into my iPhone project... and it is no longer compiling...

SRWebSocket.m:47:25: Implicit conversion of Objective-C pointer type 'dispatch_queue_t' (aka 'NSObject<OS_dispatch_queue> *') to C pointer type 'void *' requires a bridged cast

SRWebSocket.m:373:5: Implicit conversion of Objective-C pointer type 'dispatch_queue_t' (aka 'NSObject<OS_dispatch_queue> *') to C pointer type 'void *' requires a bridged cast

When I try the 'fixes' that xcode recommends, it makes it worse...

Any ideas?

@mikelikespie
Copy link
Contributor

Doing some housekeeping. Please reopen if still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants