Karthikey Kadati created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/835
Project:Branches: karthikey_kadati/rtems:fix/sparc-remove-register to rtems/rtos/rtems:main Author: Karthikey Kadati This patch addresses a **-Wpedantic compiler warning** generated during the SPARC build. The `register` keyword was redundant in the `_CPU_Use_thread_local_storage` function due to the use of the `__asm__` GNU extension. The fix removes the `register` keyword, eliminating the warning. I have verified the warning is successfully eliminated on a local build. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/835 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
