Re: NSPropertyListSerialization compile error
Re: NSPropertyListSerialization compile error
- Subject: Re: NSPropertyListSerialization compile error
- From: Jérôme Laurens <email@hidden>
- Date: Fri, 22 Nov 2002 09:11:04 +0100
Le vendredi, 22 nov 2002, ` 03:41 Europe/Zurich, Jan Van Tol a icrit :
>
When I try to compile the following call, the compiler gives me this
>
error: warning: passing arg 3 of
>
`propertyListFromData:mutabilityOption:format:errorDescription:' makes
>
pointer from integer without a cast
>
>
And here's the code:
>
[NSPropertyListSerialization propertyListFromData:fileData
>
mutabilityOption:NSPropertyListImmutable
>
format:NSPropertyListXMLFormat_v1_0 errorDescription:&errorString]
>
>
[NSPropertyListSerialization propertyListFromData:fileData
>
mutabilityOption:NSPropertyListImmutable format: &YOURFORMATSTORAGE
>
errorDescription:&errorString]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.