mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
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:
parent
306e8fa2a5
commit
25698edf36
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user