[PATCH][2.6] IA32 (2.6.0-test7 - 2003-10-08.18.30) - 1 New warnings(gcc 3.2.2)

From: Zwane Mwaikambo
Date: Thu Oct 09 2003 - 17:50:00 EST


On Wed, 8 Oct 2003, John Cherry wrote:

> drivers/atm/fore200e.c:1074: warning: unused variable `i'

Index: linux-2.6.0-test7/drivers/atm/fore200e.c
===================================================================
RCS file: /build/cvsroot/linux-2.6.0-test7/drivers/atm/fore200e.c,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 fore200e.c
--- linux-2.6.0-test7/drivers/atm/fore200e.c 9 Oct 2003 05:55:44 -0000 1.1.1.1
+++ linux-2.6.0-test7/drivers/atm/fore200e.c 9 Oct 2003 22:37:05 -0000
@@ -1071,7 +1071,6 @@ fore200e_find_vcc(struct fore200e* fore2
struct sock *s;
struct atm_vcc* vcc;
struct hlist_node *node;
- int i;

read_lock(&vcc_sklist_lock);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/