[vlc-devel] commit: memcpy: Flag an unused param. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Aug 20 16:43:34 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:26:59 2009 +0200| [cbd4d7eda6a5a8d330f302844498712c1d99e2a0] | committer: Pierre d'Herbemont
memcpy: Flag an unused param.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbd4d7eda6a5a8d330f302844498712c1d99e2a0
---
modules/misc/memcpy/memcpy.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/misc/memcpy/memcpy.c b/modules/misc/memcpy/memcpy.c
index cae7f2f..7fdf261 100644
--- a/modules/misc/memcpy/memcpy.c
+++ b/modules/misc/memcpy/memcpy.c
@@ -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
More information about the vlc-devel
mailing list