From: Dave Jones <davej@redhat.com>
To: John Cherry <cherry@osdl.org>,
Paul Fulghum <paulkf@microgate.com>,
Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: IA32 (2.6.7-rc2 - 2004-06-05.22.30) - 1 New warnings (gcc 3.2.2)
Date: Sun, 6 Jun 2004 22:56:53 +0100 [thread overview]
Message-ID: <20040606215653.GA7907@redhat.com> (raw)
In-Reply-To: <200406061823.i56INbCg028820@cherrypit.pdx.osdl.net>
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;
prev parent reply other threads:[~2004-06-06 21:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040606215653.GA7907@redhat.com \
--to=davej@redhat.com \
--cc=cherry@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paulkf@microgate.com \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.