mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-25 15:44:41 +08:00
This warning occurs when comparing a signed variable to an unsigned one. This is frequently an int or ssize_t variable compared to a uint32_t or size_t. Sometimes the size_t is from a sizeof() use.