XCode GCC-4.0 vs 4.2

Posted by John Smith on Stack Overflow See other posts from Stack Overflow or by John Smith
Published on 2010-05-22T21:01:36Z Indexed on 2010/05/22 21:10 UTC
Read the original article Hit count: 523

Filed under:
|
|
|

I have just changed a compiler option from 4.0 to 4.2.

Now I get an error:

jump to case label crosses initialization of 'const char* selectorName'

It works fine in 4.0

Any ideas?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode