RTEMS | fstests/fsrdwr: Address -Wsign-compare warnings (!1000)

Gedare Bloom (@gedare) gitlab at rtems.org
Thu Feb 5 16:57:45 UTC 2026




Gedare Bloom commented on a discussion on testsuites/fstests/fsrdwr/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1000#note_141721

 >    "4Happy days are here again.5Happy days are here again.6Happy days are here "
 >    "again.7Happy days are here again.";
 >  
 > -static const size_t len = sizeof( databuf ) - 1;
 > +static const ssize_t len = sizeof (databuf) - 1;

There should be spaces *inside* the parentheses still. now it's been changed to `sizeof(databuf)`, it should remain `sizeof( databuf )`

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1000#note_141721
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/20260205/8a8fe116/attachment-0001.htm>


More information about the bugs mailing list