RTEMS | bsps/include/grlib/ambapp.h: Fix warning for zero length array use (!593)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Jul 24 23:38:00 UTC 2025
Kinsey Moore commented on a discussion on bsps/mips/malta/pci/pci.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127297
>
> printk( "*** BARs for slot=%d func=%d\n", slot, func );
> pci_read_config_dword (0, slot, func, PCI_BASE_ADDRESS_0, &addr);
> - printk("*** PCI DEVICE BAR0: 0x%lx\n", addr);
> + printk("*** PCI DEVICE BAR0: 0x%ulx\n", addr);
PRIx32
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127297
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250724/3184a23c/attachment.htm>
More information about the bugs
mailing list