]> git.sesse.net Git - vlc/commitdiff
Shut a warning.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:56:42 +0000 (23:56 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:56:42 +0000 (23:56 -0700)
modules/visualization/goom.c

index 658d6880118152b8d9a7068e96a7c0dcbe1d86a9..043b37e90e01dfeb44ac0735415b79404951c4c6 100644 (file)
@@ -216,6 +216,8 @@ static int Open( vlc_object_t *p_this )
 static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
                     aout_buffer_t * p_in_buf, aout_buffer_t * p_out_buf )
 {
+    VLC_UNUSED( p_aout );
+
     aout_filter_sys_t *p_sys = p_filter->p_sys;
     block_t *p_block;