* IA32 (2.6.7-rc2 - 2004-06-05.22.30) - 1 New warnings (gcc 3.2.2)
@ 2004-06-06 18:23 John Cherry
2004-06-06 21:56 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: John Cherry @ 2004-06-06 18:23 UTC (permalink / raw)
To: linux-kernel
drivers/char/synclink.c:4559: warning: control reaches end of non-void function
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: IA32 (2.6.7-rc2 - 2004-06-05.22.30) - 1 New warnings (gcc 3.2.2)
2004-06-06 18:23 IA32 (2.6.7-rc2 - 2004-06-05.22.30) - 1 New warnings (gcc 3.2.2) John Cherry
@ 2004-06-06 21:56 ` Dave Jones
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2004-06-06 21:56 UTC (permalink / raw)
To: John Cherry, Paul Fulghum, Linus Torvalds; +Cc: linux-kernel
On Sun, Jun 06, 2004 at 11:23:37AM -0700, John Cherry wrote:
> drivers/char/synclink.c:4559: warning: control reaches end of non-void function
Signed-off-by: Dave Jones <davej@redhat.com>
Dave
--- bk-linus/drivers/char/synclink.c~ 2004-06-06 22:55:06.568867456 +0100
+++ bk-linus/drivers/char/synclink.c 2004-06-06 22:55:16.420369800 +0100
@@ -4525,7 +4525,7 @@
/* enumerate user specified ISA adapters
*/
-static int mgsl_enum_isa_devices(void)
+static void mgsl_enum_isa_devices(void)
{
struct mgsl_struct *info;
int i;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-06 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-06 18:23 IA32 (2.6.7-rc2 - 2004-06-05.22.30) - 1 New warnings (gcc 3.2.2) John Cherry
2004-06-06 21:56 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox