mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Various warnings fixups for OpenBSD with gcc-3.3.5.
This commit is contained in:
@@ -66,7 +66,7 @@ static int script_exec ( struct image *image ) {
|
||||
if ( ! eol )
|
||||
eol = memchr ( cmdbuf, '\0', sizeof ( cmdbuf ) );
|
||||
if ( ! eol ) {
|
||||
DBG ( "Script line too long (max %d bytes)\n",
|
||||
DBG ( "Script line too long (max %zd bytes)\n",
|
||||
sizeof ( cmdbuf ) );
|
||||
rc = -ENOEXEC;
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user