Silence some (harmless) warnings.

Change-Id: I8d1278b8cfaa376d2ad5a99dd552dc980c66e1da
This commit is contained in:
Frank Gevaerts 2013-06-16 18:21:18 +02:00
parent 8390eb931e
commit d4061a46d8
2 changed files with 1 additions and 2 deletions

View file

@ -561,7 +561,7 @@ static void stream_on_seek(struct stream_seek_data *skd)
/* Either seeking must be possible or a full rewind must be done */
if (stream_can_seek() || time_from_whence(time, whence) == 0)
{
bool buffer;
bool buffer = false;
if (stream_mgr.status == STREAM_PLAYING)
{

View file

@ -991,7 +991,6 @@ USE_DESKTOP(long long) static int
inflate_unzip(struct mbreader_t *in,char* outbuffer,uint32_t outbuflen)
{
USE_DESKTOP(long long total = 0; )
typedef void (*sig_type)(int);
/* Allocate all global buffers (for DYN_ALLOC option) */
gunzip_outbuf_count = 0;