Skip to content

Commit befc25f

Browse files
author
Jan Buethe
committed
fixed compiler warning when building without dred
1 parent db78df8 commit befc25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opus_decoder.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@ int opus_dred_parse(OpusDREDDecoder *dred_dec, OpusDRED *dred, const unsigned ch
14291429
(void)max_dred_samples;
14301430
(void)sampling_rate;
14311431
(void)defer_processing;
1432+
(void)dred_end;
14321433
return OPUS_UNIMPLEMENTED;
14331434
#endif
14341435
}

0 commit comments

Comments
 (0)