mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
Various warnings fixups for OpenBSD with gcc-3.3.5.
This commit is contained in:
@@ -91,7 +91,7 @@ static int nvs_verify ( struct nvs_device *nvs, unsigned int address,
|
||||
|
||||
/* Compare data */
|
||||
if ( memcmp ( data, read_data, len ) != 0 ) {
|
||||
DBG ( "NVS %p verification failed at %#04x+%d\n",
|
||||
DBG ( "NVS %p verification failed at %#04x+%zd\n",
|
||||
nvs, address, len );
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user