Skip to content

Commit f3f48bd

Browse files
committed
Silence warnings for stb_vorbis
1 parent 8ec8c32 commit f3f48bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deps/stb/stb_vorbis.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3702,12 +3702,12 @@ void stb_vorbis_seek_start(stb_vorbis *f)
37023702

37033703
unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f)
37043704
{
3705-
unsigned int restore_offset, previous_safe;
3706-
unsigned int end, last_page_loc;
3705+
uint32_t restore_offset, previous_safe;
3706+
uint32_t end, last_page_loc;
37073707

37083708
if (IS_PUSH_MODE(f)) return error(f, VORBIS_invalid_api_mixing);
37093709
if (!f->total_samples) {
3710-
unsigned int last;
3710+
uint32_t last;
37113711
uint32_t lo,hi;
37123712
char header[6];
37133713

0 commit comments

Comments
 (0)