From 50407983f2f785adf55a16797e1d42741dc1295b Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Wed, 6 Jul 2022 00:50:54 -0400 Subject: Fix warnings when compiling with FUZZING enabled --- celt/rate.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'celt') diff --git a/celt/rate.c b/celt/rate.c index 465e1ba2..7f7ad3fa 100644 --- a/celt/rate.c +++ b/celt/rate.c @@ -356,6 +356,8 @@ static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, else depth_threshold = 0; #ifdef FUZZING + (void)signalBandwidth; + (void)depth_threshold; if ((rand()&0x1) == 0) #else if (codedBands<=start+2 || (band_bits > (depth_threshold*band_width<>4 && j<=signalBandwidth)) -- cgit v1.2.1