[64bit] fix a few more 64bit warnings in newer code
This commit is contained in:
@@ -451,7 +451,7 @@ status_t virtio_net_get_mac_addr(uint8_t mac_addr[6])
|
||||
|
||||
status_t virtio_net_send_minip_pkt(pktbuf_t *p)
|
||||
{
|
||||
LTRACEF("p %p, dlen %zu, flags 0x%x\n", p, p->dlen, p->flags);
|
||||
LTRACEF("p %p, dlen %u, flags 0x%x\n", p, p->dlen, p->flags);
|
||||
|
||||
DEBUG_ASSERT(p && p->dlen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user