diyora
Aug 25, 2008, 12:51 AM
Hello all,
I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts.
I write
ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel);
It create label but,
It give me warnig:passing argument 1 of 'ABMultiValueCreateMutable' makes integer from pointer without a cast.
How to remove i this warninig?..
Thank you..
I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts.
I write
ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel);
It create label but,
It give me warnig:passing argument 1 of 'ABMultiValueCreateMutable' makes integer from pointer without a cast.
How to remove i this warninig?..
Thank you..
