mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
Most of these warnings were between int or ssize_t and size_t. In particular, read() and write() return ssize_t and comparing that value with the sizeof a buffer is a source of these warnings. With the type change, some printf() specifiers needed to change also.