Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/522
Project:Branches: joel/rtems:mips-hurricane-gcc14-error-fix to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill ## Summary bsps/mips/hurricane/clock/ckinit.c: Address type mismatch GCC 14 generates an error for the wrong signature function being passed in. The underlying type was a void * so adjusting the signature of the ISR handler was not an option. Added cast. Closes #5272 <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/522 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
