Joel Sherrill commented on a discussion on bsps/x86_64/amd64/console/efigop.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1033#note_141314

 >                                      &HandleCount,
 >                                      &HandleBuffer);
 >      if (!EFI_ERROR (status)) {
 > -        for (int i = 0; i < HandleCount; i++) {
 > +        for (uint32_t i = 0; i < HandleCount; i++) {

Addressed in new push. I got the uint32_t from the warning. Why UINTN is even 
in our tree is another question.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1033#note_141314
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