From: "Justin T. Gibbs" <gibbs@scsiguy.com>
To: lists@sapience.com
Cc: "J . A . Magallon" <jamagallon@able.es>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: aic7xxx 6.1.10 and 2.4.4-pre1
Date: Sat, 07 Apr 2001 17:24:12 -0600 [thread overview]
Message-ID: <200104072324.f37NOCs90832@aslan.scsiguy.com> (raw)
In-Reply-To: Your message of "Sat, 07 Apr 2001 17:55:05 EDT." <20010407175505.A25801@sapience.com>
> So I started again - installed redhat 7.0.9.
> took 2.4.4-pre1 and patched it with
> linux-aic7xxx-6.1.10-2.4.3.patch
>
> Patch applied cleanly but when I compile it complains a little:
>
> In file included from aic7xxx_linux.c:131:
> aic7xxx_osm.h: In function `ahc_pci_read_config':
> aic7xxx_osm.h:862: warning: control reaches end of non-void function
>
> (for several .c files but always refers to 'ahc_pci_read_config')
This is because panic() is not marked as a "no return" function. So,
GCC compains that, in the panic() case, we don't return a value from
this particular function. Since we will never return in that case,
it is, at least in the aic7xxx driver, a harmless warning.
--
Justin
next prev parent reply other threads:[~2001-04-07 23:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-07 21:55 lists
2001-04-07 23:24 ` Justin T. Gibbs [this message]
2001-04-08 0:22 ` J . A . Magallon
2001-04-08 1:41 ` Justin T. Gibbs
[not found] <20010407195031.B25801@sapience.com>
[not found] ` <200104080139.f381dZs92143@aslan.scsiguy.com>
2001-04-08 4:11 ` lists
2001-04-08 4:42 ` lists
2001-04-09 21:19 ` Justin T. Gibbs
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=200104072324.f37NOCs90832@aslan.scsiguy.com \
--to=gibbs@scsiguy.com \
--cc=jamagallon@able.es \
--cc=linux-kernel@vger.kernel.org \
--cc=lists@sapience.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®