RTEMS | Resolve various warnings (!1047)

Kinsey Moore (@opticron) gitlab at rtems.org
Fri Feb 6 03:10:33 UTC 2026



Kinsey Moore created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1047

Project:Branches: opticron/rtems:brmain-resolve-warnings to rtems/rtos/rtems:main
Author:   Kinsey Moore
Assignee: Kinsey Moore


## Summary

shared/irq: Resolve function cast warning

The function cast from more parameters to fewer parameters is generally
unsafe as the additional parameters will be undefined values that happen
to be in the right registers if it is ever called. Instead of casting
the function pointer, provide a dummy function pointer when the original
function pointer is non-NULL since it is only ever used for a
NULL-check.

spec/jffs2: Update warning flags for summary support

This flag was missed due to out of date GCC and is necessary for GCC 15
to avoid errors in third-party code.

libmisc/stringto: Resolve error on 64bit systems

On 32bit systems, int and long are the same size. This is not the case
on 64bit systems. This corrects the maximum value of the stringto type
on those systems.

## Generative AI

<!-- If you have used AI please use the "AI Contribution" template otherwise leave this blank see our fulls statement at https://www.rtems.org/generative-ai/-->


<!-- 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/1047
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/20260206/006b0383/attachment.htm>


More information about the bugs mailing list