Joel Sherrill created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5404

Assignee: Chris Johns

## Summary
libdl has 74 sign compare warnings. The is from comparing a signed variable to 
an unsigned one. It is often just from choosing the wrong type for a local 
variable or parameter.

See 
[libdl-Wsign-compare.txt](/uploads/fd3c4c7c91b799f37b336977e135349b/libdl-Wsign-compare.txt)
 for the list when building for sparc/leon3.


## Steps to reproduce

It will be necessary to disable -Werror and enable this specific warning in 
_the_optwarn.yml_. 


<!-- Pre-set options
- milestone
-->

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