From 93a786cb034fdd18b8131a16a6ea3d1cd9bd00de Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 20:30:36 +0000 Subject: Removed a lot of unused variables. Please try compiling your code with --enable-warnings to see them. (The unused parameter warnings are usually bogus, the unused variable ones are very useful, but gcc is unable to control them separately.) --- lib/ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ipv4.c') diff --git a/lib/ipv4.c b/lib/ipv4.c index db3b54a..8488a28 100644 --- a/lib/ipv4.c +++ b/lib/ipv4.c @@ -72,7 +72,7 @@ ipv4_class_mask(u32 a) int ip_pton(char *a, ip_addr *o) { - int i,j; + int i; unsigned long int l; u32 ia = 0; -- cgit v1.2.3