From b672df87d69704bacb721a25a4728dccd5c357ab Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 1 Jul 2002 16:40:52 +0000 Subject: * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), mkdtemp.c (mkdtemp), photoid.c (parse_image_header): Fix some signedness compiler warnings. --- g10/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/exec.c') diff --git a/g10/exec.c b/g10/exec.c index 229c968bc..893718ad1 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -172,7 +172,7 @@ static int make_tempdir(struct exec_info *info) static int expand_args(struct exec_info *info,const char *args_in) { const char *ch=args_in; - int size,len; + unsigned int size,len; info->use_temp_files=0; info->keep_temp_files=0; -- cgit v1.2.3