All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.20-pre4-ac1
Date: Fri, 23 Aug 2002 08:59:08 -0600	[thread overview]
Message-ID: <20020823145907.GA24609@codepoet.org> (raw)
In-Reply-To: <200208231046.g7NAk2914276@devserv.devel.redhat.com>

On Fri Aug 23, 2002 at 06:46:02AM -0400, Alan Cox wrote:
> Once I get a bit of time I'll resync with Marcelo and push him various
> updates.

I'm seeing tons of these type warnings:

gcc -D__KERNEL__ -I/usr/src/linux-2.4.19/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4
-nostdinc -iwithprefix include -DKBUILD_BASENAME=block_dev  -c -o block_dev.o block_dev.c
In file included from /usr/src/linux-2.4.19/include/asm/bitops.h:389,
                 from /usr/src/linux-2.4.19/include/linux/fs.h:26,
                 from /usr/src/linux-2.4.19/include/linux/capability.h:17,
                 from /usr/src/linux-2.4.19/include/linux/binfmts.h:5,
                 from /usr/src/linux-2.4.19/include/linux/sched.h:9,
                 from /usr/src/linux-2.4.19/include/linux/mm.h:4,
                 from block_dev.c:10:
/usr/src/linux-2.4.19/include/linux/bitops.h: In function `get_bitmask_order':
/usr/src/linux-2.4.19/include/linux/bitops.h:78: warning: implicit declaration of function `fls'

It appears that linux/bitops.h includes asm/bitops.h, which itself
includes linux/bitops.h prior to the #define fls(x)...  Both files
have include guards, therefore the #define never happens....
 
 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

  parent reply	other threads:[~2002-08-23 14:55 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-23 10:46 Linux 2.4.20-pre4-ac1 Alan Cox
2002-08-23 12:21 ` Erik Andersen
2002-08-23 14:06 ` Eyal Lebedinsky
2002-08-23 14:29   ` Linux 2.4.20-pre4-ac1 (this time regarding 2.5.31) Thunder from the hill
2002-08-23 14:53     ` Steven Cole
2002-08-23 15:07       ` Thunder from the hill
2002-08-23 15:52         ` Greg KH
2002-08-23 15:51   ` Linux 2.4.20-pre4-ac1 Greg KH
2002-08-23 14:59 ` Erik Andersen [this message]
2002-08-23 15:16   ` [PATCH] fix bitops.h circular dependancies Erik Andersen
2002-08-23 15:59     ` Erik Andersen
2002-08-23 15:57 ` Linux 2.4.20-pre4-ac1 Markus Plail
2002-08-23 18:16   ` Andre Hedrick
2002-08-23 16:30 ` Anssi Saari
2002-08-23 16:56   ` Markus Plail
2002-08-24 16:03     ` Anssi Saari
2002-08-23 17:18   ` Alan Cox
2002-08-23 19:30     ` Anssi Saari
2002-08-24 13:27 ` Allan Duncan
2002-08-24 13:55   ` Alan Cox
2002-08-24 14:07     ` Erik Andersen
2002-08-25 11:01       ` Tomas Szepe
2002-08-25 11:10         ` Thunder from the hill
2002-08-25 11:32           ` Thomas Molina
2002-08-25 11:45             ` Sean Neakums
2002-08-25 12:10               ` Geert Uytterhoeven
2002-08-25 12:19                 ` Thunder from the hill
2002-08-25 12:25                   ` Sean Neakums
2002-08-25 13:44                     ` Tomas Szepe
2002-08-26  2:01               ` Rik van Riel
2002-08-25 11:41           ` Tomas Szepe
2002-08-26  0:24             ` Allan Duncan
2002-08-25 21:33           ` Henning P. Schmiedehausen
2002-08-24 17:32 ` Axel Siebenwirth
2002-08-24 17:59   ` Alan Cox
2002-08-25  4:49     ` Zephaniah E. Hull
2002-08-25 20:15 ` Adrian Bunk

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=20020823145907.GA24609@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=alan@redhat.com \
    --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.