and mostly, is it serious?
Greetings all... Xcode 3.1 gives me the following warning mostly when dealing with NSString both mutable and not:
!warning: Initialization from a distinct Objective-C type
This has variants with "assignment", and "passing argument xx...", all complaining about distinct Objective-C types. So two questions:
First: what is this telling me is wrong?
Second: is what is wrong something that needs to be fixed?
TIA
Greetings all... Xcode 3.1 gives me the following warning mostly when dealing with NSString both mutable and not:
!warning: Initialization from a distinct Objective-C type
This has variants with "assignment", and "passing argument xx...", all complaining about distinct Objective-C types. So two questions:
First: what is this telling me is wrong?
Second: is what is wrong something that needs to be fixed?
TIA