Joel Sherrill created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1000

Project:Branches: joel/rtems:fix-fstests-sign-compare to rtems/rtos/rtems:main
Author:   Joel Sherrill
Assignee: Joel Sherrill



## Summary

fstests/fsrdwr: Address -Wsign-compare warnings

This warning occurs when comparing a signed variable to an unsigned one. This 
addresses warnings that only occurred on 64-bit targets. For the ones which 
only appeared on 64-bit targets, the cause was frequently a mismatch when 
comparing a combination off_t, ssize_t, and int.

## Generative AI

None

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1000
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

Reply via email to