From 98971604c7798c1692aa540ac506d19af8866bd8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 25 Apr 2024 20:46:40 -0400 Subject: Correct one of the GCC14 warning workarounds (Accidentally pushed an out-of-date commit) Change-Id: I53a85420349d6fc12831a481becc2dd1617a8ed9 --- lib/rbcodec/codecs/libopus/celt/celt_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbcodec/codecs/libopus/celt/celt_lpc.c b/lib/rbcodec/codecs/libopus/celt/celt_lpc.c index e925966508..9fbef15f83 100644 --- a/lib/rbcodec/codecs/libopus/celt/celt_lpc.c +++ b/lib/rbcodec/codecs/libopus/celt/celt_lpc.c @@ -209,7 +209,7 @@ void celt_iir(const opus_val32 *_x, #if (__GNUC__ == 14) // XXX nuke later? #pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wstringop-overflow" +#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #endif int _celt_autocorr( const opus_val16 *x, /* in: [0...n-1] samples x */ -- cgit v1.2.3