quiet the compiler, this won't be used unoptimized

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@237 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-06-15 08:06:10 +00:00
parent 306e8fa2a5
commit 25698edf36

View File

@ -82,7 +82,7 @@ VGMSTREAM * init_vgmstream_ogg_vorbis(STREAMFILE *streamFile) {
vorbis_info *info;
int loop_flag = 0;
int32_t loop_start;
int32_t loop_start = 0;
/* check extension, case insensitive */
streamFile->get_name(streamFile,filename,sizeof(filename));