From: Laurent Aimar Date: Mon, 8 Oct 2007 19:03:16 +0000 (+0000) Subject: Removed 1 warning. X-Git-Tag: 0.9.0-test0~5158 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5818e881a9a236842999da61aebaa36b450d350a;p=vlc Removed 1 warning. --- 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 );