Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

pdbox: Gate the warning suppression to apply only to GCC 13 and newer.

Change-Id: Ie0f39fde5e682f3995ed852417b61ae383c5e23b

+2
+2
apps/plugins/pdbox/PDa/src/m_obj.c
··· 272 272 recursion */ 273 273 #pragma GCC diagnostic push 274 274 #pragma GCC diagnostic ignored "-Warray-bounds" 275 + #if __GNUC__ >= 13 275 276 #pragma GCC diagnostic ignored "-Wdangling-pointer" 277 + #endif 276 278 void outlet_setstacklim(void) 277 279 { 278 280 char c;