Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/802
Project:Branches: joel/rtems:fix-type-limit-warnings to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill Reviewers: Kinsey Moore and Gedare Bloom ## Summary GCC generates type limit warnings when comparison is always true or always false due to the limited range of the data type, This was in a termios structure. For most of the cases in RTEMS, this was when a variable of an unsigned type was compared to be < or <= 0. Updates #5325. <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/802 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
