Files
rtems/cpukit/libdebugger
Joel Sherrill 7c139b1b01 libdebugger/rtems-debugger-powerpc.c: Address set but unused warning
GCC 16 flagged this while GCC 15 did not. Because the code was in
an area which was only enabled for debug, the modification disabled
the entire debug code block and added the "(void) gpr" hint.
2026-04-10 12:21:27 -05:00
..