From e165b852ded88acff34e4cb4f334647dcb33c319 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 3 Aug 2000 09:14:02 +0000 Subject: Cleanup warnings. Most of these are signed/unsigned warnings, as well as some added const's. --- sys/boot/common/interp_forth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/common/interp_forth.c') diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c index 251caf1..a77fb6c 100644 --- a/sys/boot/common/interp_forth.c +++ b/sys/boot/common/interp_forth.c @@ -64,7 +64,7 @@ static void bf_command(FICL_VM *vm) { char *name, *line, *tail, *cp; - int len; + size_t len; struct bootblk_command **cmdp; bootblk_cmd_t *cmd; int nstrings, i; -- cgit v1.1