Joel Sherrill commented on a discussion on bsps/x86_64/amd64/console/eficonsole.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1033#note_141313 > &HandleCount, > &HandleBuffer); > if (status == EFI_SUCCESS) { > - 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_141313 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
