Commit 787b715d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Remove a warning that happen way too much.

parent 01408785
......@@ -189,7 +189,9 @@
if( o_value == nil )
{
msg_Warn( VLCIntf, "playlist item misses pointer value, adding one" );
/* Why is there a warning if that happens all the time and seems
* to be normal? Add an assert and fix it.
* msg_Warn( VLCIntf, "playlist item misses pointer value, adding one" ); */
o_value = [[NSValue valueWithPointer: p_return] retain];
}
return o_value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment