All of lore.kernel.org
 help / color / mirror / Atom feed
* IA32 (2.6.0-test7 - 2003-10-08.18.30) - 1 New warnings (gcc 3.2.2)
@ 2003-10-09  6:27 John Cherry
  2003-10-09 22:48 ` [PATCH][2.6] " Zwane Mwaikambo
  0 siblings, 1 reply; 2+ messages in thread
From: John Cherry @ 2003-10-09  6:27 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH][2.6] IA32 (2.6.0-test7 - 2003-10-08.18.30) - 1 New warnings (gcc 3.2.2)
  2003-10-09  6:27 IA32 (2.6.0-test7 - 2003-10-08.18.30) - 1 New warnings (gcc 3.2.2) John Cherry
@ 2003-10-09 22:48 ` Zwane Mwaikambo
  0 siblings, 0 replies; 2+ messages in thread
From: Zwane Mwaikambo @ 2003-10-09 22:48 UTC (permalink / raw)
  To: John Cherry; +Cc: Linux Kernel

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);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-09 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09  6:27 IA32 (2.6.0-test7 - 2003-10-08.18.30) - 1 New warnings (gcc 3.2.2) John Cherry
2003-10-09 22:48 ` [PATCH][2.6] " Zwane Mwaikambo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.