fix: new yellow
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Sat, 11 Jul 2026 08:52:39 -0400
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit b9c7b0e910913f134764731e9405c6104be0b573 Author: Solomon Peachy <[email protected]> Date: Sat Jul 11 08:52:12 2026 -0400 fix: new yellow for #pragma GCC diagnostic, GCC must be capitalized. Change-Id: I1d760dd83b4dc29590454f4f4e09c5dface2c48f diff --git a/lib/rbcodec/codecs/libspeex/ltp.c b/lib/rbcodec/codecs/libspeex/ltp.c index 304b12854c..4e4d651d8f 100644 --- a/lib/rbcodec/codecs/libspeex/ltp.c +++ b/lib/rbcodec/codecs/libspeex/ltp.c @@ -813,10 +813,10 @@ spx_word32_t *cumul_gain } for (i=0;i<nsf;i++) res[i] = EXTRACT16(PSHR32(exc[i], SIG_SHIFT-1)); -#pragma gcc diagnostic push +#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack); -#pragma gcc diagnostic pop +#pragma GCC diagnostic pop for (i=0;i<nsf;i++) target[i]=EXTRACT16(SATURATE(SUB32(EXTEND32(target[i]),EXTEND32(res[i])),32700)); return start; -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs