fe1286b44a
pci/pci.c:1128:15: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1128 | pciinfo("Limit MME to %x, num to %d\n", mmc, num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | uint32_t {aka long unsigned int} pci/pci.c:1128:30: note: format string is defined here 1128 | pciinfo("Limit MME to %x, num to %d\n", mmc, num); | ~^ | | | unsigned int | %lx Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
pci_drivers.c | ||
pci_drivers.h | ||
pci_ecam.c | ||
pci_epc_mem.c | ||
pci_epc.c | ||
pci_epf.c | ||
pci_ivshmem.c | ||
pci_qemu_edu.c | ||
pci_qemu_test.c | ||
pci_uio_ivshmem.c | ||
pci.c |