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:
parent
ba4b41663c
commit
98971604c7
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ void celt_iir(const opus_val32 *_x,
|
||||||
|
|
||||||
#if (__GNUC__ == 14) // XXX nuke later?
|
#if (__GNUC__ == 14) // XXX nuke later?
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wstringop-overflow"
|
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||||
#endif
|
#endif
|
||||||
int _celt_autocorr(
|
int _celt_autocorr(
|
||||||
const opus_val16 *x, /* in: [0...n-1] samples x */
|
const opus_val16 *x, /* in: [0...n-1] samples x */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue