Kinsey Moore commented on a discussion on bsps/powerpc/gen5200/mscan/mscan.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/600#note_126981 > > /* 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); The update is still incorrect as `%ul` is not a format specifier, either. It looks like this should probably just be `%u`. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/600#note_126981 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