How to get rid of Warning
How to get rid of Warning
- Subject: How to get rid of Warning
- From: Dave <email@hidden>
- Date: Wed, 15 Jun 2016 15:21:14 +0100
Hi All,
I’m getting the Warning - "Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)”
On this definition:
+(nullable NSString*) getIDStringWithError:(NSError**) theErrorPtr;
I can’t figure out the syntax to specify that the NSError** pointer can be null?
Can anyone tell me the correct syntax or how to silence this warning?
Thanks a lot for any help.
All the Best
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden