From 5818e881a9a236842999da61aebaa36b450d350a Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Mon, 8 Oct 2007 19:03:16 +0000 Subject: [PATCH] Removed 1 warning. --- modules/demux/flac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/demux/flac.c b/modules/demux/flac.c index ac010381cb..10637978c4 100644 --- a/modules/demux/flac.c +++ b/modules/demux/flac.c @@ -636,7 +636,6 @@ static void ParseComment( demux_t *p_demux, const uint8_t *p_data, int i_data ) { /* generic (PERFORMER/LICENSE/ORGANIZATION/LOCATION/CONTACT/ISRC, * undocumented tags and replay gain ) */ - audio_replay_gain_t *r = &p_sys->replay_gain; char *p = strchr( psz, '=' ); *p++ = '\0'; vlc_meta_AddExtra( p_sys->p_meta, psz, p ); -- 2.39.2