NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/49181: i386 Kernel compilation error (warning -> error) if no PCIBIOSVERBOSE
The following reply was made to PR kern/49181; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/49181: i386 Kernel compilation error (warning -> error) if
no PCIBIOSVERBOSE
Date: Mon, 8 Sep 2014 20:47:42 +0000
On Mon, Sep 08, 2014 at 01:10:13PM +0000, Alan Barrett wrote:
> I offer one of the following two patches, depending on whether or not
> it's acceptable to suppress or move the pci_conf_read call.
> [...]
Moving the call is probably a bad idea (just in case) but there's
another choice: sticking
#else
(void)id;
#endif
or similar after the #if block.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index