Kinsey Moore started a new discussion on bsps/powerpc/gen5200/mscan/mscan.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/600#note_126836 > > /* Set up interrupts */ > if (!BSP_install_rtems_irq_handler(&(mpc5200_mscan_irq_data[minor]))) > - rtems_panic("Can't attach MPC5x00 MSCAN interrupt handler %ld\n", > minor); > + rtems_panic("Can't attach MPC5x00 MSCAN interrupt handler %ud\n", > minor); This changes from %ld (long signed int) print format to %ud which is a non-long unsigned value with a "d" suffix. This needs to be fixed. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/600#note_126836 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs