From befc25fb766be73e360d4a9482fc13e0360f616c Mon Sep 17 00:00:00 2001 From: Jan Buethe <jbuethe@amazon.de> Date: Fri, 16 Feb 2024 18:51:29 +0100 Subject: [PATCH] fixed compiler warning when building without dred --- src/opus_decoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opus_decoder.c b/src/opus_decoder.c index 0dd9ddf47..008b97ffb 100644 --- a/src/opus_decoder.c +++ b/src/opus_decoder.c @@ -1429,6 +1429,7 @@ int opus_dred_parse(OpusDREDDecoder *dred_dec, OpusDRED *dred, const unsigned ch (void)max_dred_samples; (void)sampling_rate; (void)defer_processing; + (void)dred_end; return OPUS_UNIMPLEMENTED; #endif } -- GitLab