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

Assignee: Chris Johns

## Summary
libdebugger has the following Wsign compare warnings from the sparc/leon3 build.

```
../../../cpukit/libdebugger/rtems-debugger-powerpc.c:530:17: warning: 
comparison of integer expressions of different signedness: 'int' and 'unsigned 
int' [-Wsign-compare]
../../../cpukit/libdebugger/rtems-debugger-smp.c:86:18: warning: comparison of 
integer expressions of different signedness: 'int' and 'unsigned int' 
[-Wsign-compare]

```

## 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/5405
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