From d7ec9d355f25c4072954f7447c3e5d0f100ef8d6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 13 Oct 2015 11:38:53 -0700 Subject: Shut GCC up --- OpenAL32/alSource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alSource.c') diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 74323185..38b287b4 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -2906,7 +2906,7 @@ ALboolean ApplyOffset(ALsource *Source) ALbufferlistitem *BufferList; const ALbuffer *Buffer; ALuint bufferLen, totalBufferLen; - ALuint offset, frac; + ALuint offset=0, frac=0; /* Get sample frame offset */ if(!GetSampleOffset(Source, &offset, &frac)) -- cgit v1.2.3