Files
rtems/testsuites/smptests/smpaffinity01
Joel Sherrill a5d3e5e8ef smptests: Address -Wsign-compare warnings
Most of these warnings were between int or ssize_t and size_t.
In particular, various POSIX system calls like read() and write()
return ssize_t and comparing that value with the sizeof a buffer
is a common source of these warnings. Another common source is
using an int as the iterator in a for loop with the limit being
a size_t.

With the type change, some printf() specifiers needed to change also.
2026-01-22 17:30:54 -06:00
..
2017-10-11 08:33:56 +02:00