mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Various warnings fixups for OpenBSD with gcc-3.3.5.
This commit is contained in:
@@ -453,7 +453,7 @@ static struct dhcp_option_block * dhcp_parse ( const struct dhcphdr *dhcphdr,
|
||||
/* Allocate empty options block of required size */
|
||||
options = alloc_dhcp_options ( options_len );
|
||||
if ( ! options ) {
|
||||
DBG ( "DHCP could not allocate %d-byte option block\n",
|
||||
DBG ( "DHCP could not allocate %zd-byte option block\n",
|
||||
options_len );
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user