Commit cbd4d7ed authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

memcpy: Flag an unused param.

parent 27eb6053
......@@ -65,6 +65,7 @@
*****************************************************************************/
static int Activate ( vlc_object_t *p_this )
{
VLC_UNUSED(p_this);
#ifndef MODULE_NAME_IS_memcpy
vlc_fastmem_register( fast_memcpy, NULL );
#endif
......
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