mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
Fix compiler warnings that appear only on OpenBSD.
This commit is contained in:
@@ -70,7 +70,7 @@ static int undirom_parse_pxeromid ( struct undi_rom *undirom,
|
||||
undirom->data_size = undi_rom_id.DataSize;
|
||||
|
||||
DBGC ( undirom, "UNDIROM %p has UNDI loader at %04x:%04x "
|
||||
"(code %04x data %04x)\n", undirom,
|
||||
"(code %04zx data %04zx)\n", undirom,
|
||||
undirom->loader_entry.segment, undirom->loader_entry.offset,
|
||||
undirom->code_size, undirom->data_size );
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user