From f29b86c314e6e2b44a1eb83f1b44a3849d82655e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 24 Feb 2004 13:50:19 +0000 Subject: Many compiler warning cleanups. Small fixes for W32 (from Jonathan Grant ) Maintainer enhancements to clean up the tree. --- remake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remake.c') diff --git a/remake.c b/remake.c index a13a9a4..619aec0 100644 --- a/remake.c +++ b/remake.c @@ -1333,7 +1333,7 @@ library_search (char **lib, FILE_TIMESTAMP *mtime_ptr) while ((p = find_next_token (&p2, &len)) != 0) { static char *buf = NULL; - static int buflen = 0; + static unsigned int buflen = 0; static int libdir_maxlen = -1; char *libbuf = variable_expand (""); -- cgit v1.2.3