RTEMS | bsps/arm/xilinx-zynq/start/bspsmp.c: fix unused parameter warning (!822)
Michal Lenc (@michallenc)
gitlab at rtems.org
Sun Nov 9 11:46:43 UTC 2025
Michal Lenc commented on a discussion on bsps/arm/xilinx-zynq/start/bspsmp.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/822#note_135825
> _ARM_Data_synchronization_barrier();
> _ARM_Instruction_synchronization_barrier();
> _ARM_Send_event();
> + /* Avoid unused parameter warning if build without assertions */
> + (void)cpu_index;
Changed
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/822#note_135825
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20251109/f2cb63ee/attachment.htm>
More information about the bugs
mailing list