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:36:51 UTC 2025



Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593 was reviewed by Kinsey Moore

--
  
Kinsey Moore started a new discussion on bsps/mips/malta/pci/pci.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127294

 >    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);

%ulx is not a printf format specifier.


-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593
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/709f2cbe/attachment-0001.htm>


More information about the bugs mailing list