Skip navigation.
 
mlNSPropertyListSerialization compile error
FROM : Jan Van Tol
DATE : Fri Nov 22 03:41:57 2002

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]

Can anyone tell me what's wrong with NSPropertyListXMLFormat_v1_0 that
causes this?

Thanks in advance,

-Jan Van Tol
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSPropertyListSerialization compile error Jan Van Tol Nov 22, 03:41
mlRe: NSPropertyListSerialization compile error Jérôme Laurens Nov 22, 09:11