From a4c7e4f057176ecda47d96314c2938b78ada71bf 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. --- rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.c') diff --git a/rule.c b/rule.c index 77451cc7..322ed23d 100644 --- a/rule.c +++ b/rule.c @@ -69,7 +69,7 @@ void count_implicit_rule_limits (void) { char *name; - unsigned int namelen; + int namelen; register struct rule *rule, *lastrule; num_pattern_rules = max_pattern_targets = max_pattern_deps = 0; -- cgit v1.2.1