RTEMS | jffs2: fixed all signed comparison warnings (!880)

Kinsey Moore (@opticron) gitlab at rtems.org
Tue Dec 30 18:07:49 UTC 2025




Kinsey Moore commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/880#note_137924


One of the complications in this portion of the codebase is that JFFS2 is primarily upstream code. Any changes made to upstream JFFS2 must be purely additive which means that no lines must be removed. Typically this is done by "removing" undesirable lines by using `#ifndef __rtems__` and any new lines should be wrapped in `#ifdef __rtems__`

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/880#note_137924
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/20251230/c3d176e1/attachment.htm>


More information about the bugs mailing list