1
0
Fork 0
forked from len0rd/rockbox

Correct one of the GCC14 warning workarounds

(Accidentally pushed an out-of-date commit)

Change-Id: I53a85420349d6fc12831a481becc2dd1617a8ed9
This commit is contained in:
Solomon Peachy 2024-04-25 20:46:40 -04:00
parent ba4b41663c
commit 98971604c7

View file

@ -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 */