Commit e8559279 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Revert "memcpy: Flag an unused param in memcpyaltivec.""

This reverts commit 8c243091.

Not sure how thread-safety works here though.
parent ec9bb328
......@@ -48,6 +48,7 @@ static void * fast_memcpy ( void * to, const void * from, size_t len );
*****************************************************************************/
static int Activate ( vlc_object_t *p_this )
{
VLC_UNUSED(p_this);
vlc_fastmem_register( fast_memcpy, NULL );
return VLC_SUCCESS;
}
......
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