From: Alan Cox <alan@redhat.com>
To: dlister@yossman.net (Brian Davids)
Cc: linux-kernel@vger.kernel.org (linux-kernel), alan@redhat.com (Alan Cox)
Subject: Re: 2.4.20-rc1-ac3 compile warnings/errors (test)
Date: Fri, 15 Nov 2002 08:23:47 -0500 (EST) [thread overview]
Message-ID: <200211151323.gAFDNlt01818@devserv.devel.redhat.com> (raw)
In-Reply-To: <3DD4A149.4030707@yossman.net> from "Brian Davids" at Nov 15, 2002 02:24:57 AM
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=setup_pci
> -DEXPORT_SYMTAB -c setup-pci.c
> setup-pci.c: In function `ide_setup_pci_device':
> setup-pci.c:704: warning: unused variable `index_list'
> setup-pci.c: In function `ide_setup_pci_devices':
> setup-pci.c:711: warning: unused variable `index_list'
> setup-pci.c:712: warning: unused variable `index_list2'
I should clean that up
> -DEXPORT_SYMTAB -c pnpbios_core.c
> {standard input}: Assembler messages:
> {standard input}:16: Warning: indirect lcall without `*'
These are intended. We have a problem where
very old binutils accepts lcall with * but misassembles it
newer binutils assembles both properly
latest binutils warns about the *
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=rmap -c -o rmap.o rmap.c
> In file included from rmap.c:31:
> /usr/src/linux-2.4.20-rc1-ac3/include/asm/smplock.h:17:1: warning:
> "kernel_locked" redefined
Weird indeed. are you trying to build SMP or non SMP ?
next prev parent reply other threads:[~2002-11-15 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-15 7:24 2.4.20-rc1-ac3 compile warnings/errors (test) Brian Davids
2002-11-15 13:23 ` Alan Cox [this message]
2002-11-15 16:06 ` Scott Henson
2002-11-15 22:37 ` Brian Davids
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=200211151323.gAFDNlt01818@devserv.devel.redhat.com \
--to=alan@redhat.com \
--cc=dlister@yossman.net \
--cc=linux-kernel@vger.kernel.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.