mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Reuben Farrelly <reuben-lkml@reub.net>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.13-rc3-mm2
Date: Wed, 27 Jul 2005 15:35:47 +0200	[thread overview]
Message-ID: <20050727133547.GA23358@mars.ravnborg.org> (raw)
In-Reply-To: <42E77A86.6010308@reub.net>

> A few more warnings in mostly the reiser4 code in this one compared to -mm1:
> 
> 
>   LD      fs/ramfs/ramfs.o
>   LD      fs/ramfs/built-in.o
>   LD      fs/reiser4/built-in.o
>   CC [M]  fs/reiser4/debug.o
> In file included from fs/reiser4/plugin/plugin.h:26,
>                  from fs/reiser4/jnode.h:19,
>                  from fs/reiser4/lock.h:16,
>                  from fs/reiser4/context.h:15,
>                  from fs/reiser4/debug.c:32:
> fs/reiser4/plugin/node/node40.h:83:5: warning: "GUESS_EXISTS" is not defined
>   CC [M]  fs/reiser4/jnode.o
> 
> 
> about 20 or so times during this part of the compilation, however it never 
> quite bombs out.

All these are caused by the stricter -Wundef
So if reiserfs uses:
#if GUESS_EXISTS
and GUESS_EXISTS are not defined then gcc will flag this warning.
The fix is easy - us:
#ifdef GUESS_EXISTS

Same goes for the other warnings you included in your post.

	Sam

  reply	other threads:[~2005-07-27 13:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.gdh870p.1pmsr31@ifi.uio.no>
2005-07-27 12:13 ` 2.6.13-rc3-mm2 Reuben Farrelly
2005-07-27 13:35   ` Sam Ravnborg [this message]
2005-07-28  9:03 ` 2.6.13-rc3-mm2 Reuben Farrelly
2005-07-28  9:10   ` 2.6.13-rc3-mm2 Andrew Morton
2005-07-28 11:18     ` 2.6.13-rc3-mm2 Reuben Farrelly
2005-07-27  9:43 2.6.13-rc3-mm2 Andrew Morton
2005-07-27 10:08 ` 2.6.13-rc3-mm2 Sam Ravnborg
2005-07-27 10:14   ` 2.6.13-rc3-mm2 Andrew Morton
2005-07-27 20:48 ` 2.6.13-rc3-mm2 Andrew James Wade
2005-07-27 21:11   ` 2.6.13-rc3-mm2 Andrew Morton
2005-07-27 21:27     ` 2.6.13-rc3-mm2 David S. Miller
2005-07-28 10:06 ` 2.6.13-rc3-mm2 Borislav Petkov
2005-07-28 15:01 ` 2.6.13-rc3-mm2 Martin J. Bligh
2005-07-28 17:41   ` 2.6.13-rc3-mm2 Andrew Morton

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=20050727133547.GA23358@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reuben-lkml@reub.net \
    /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

Powered by JetHome