Skip to content

Commit f423ff9

Browse files
committed
fix warning
1 parent 7d8ca56 commit f423ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

third_party/stb/stb_vorbis.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4704,7 +4704,11 @@ static int go_to_page_before(stb_vorbis *f, unsigned int limit_offset)
47044704
// better).
47054705
static int seek_to_sample_coarse(stb_vorbis *f, uint32 sample_number)
47064706
{
4707+
#if 0
47074708
ProbedPage left, right, mid;
4709+
#else
4710+
ProbedPage left, right, mid = {0};
4711+
#endif
47084712
int i, start_seg_with_known_loc, end_pos, page_start;
47094713
uint32 delta, stream_length, padding, last_sample_limit;
47104714
double offset = 0.0, bytes_per_sample = 0.0;

0 commit comments

Comments
 (0)