public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Matt Mackall <mpm@selenic.com>
Cc: Hugh Dickins <hugh@veritas.com>,
	akpm@osdl.org, manfred@colorfullife.com,
	linux-kernel@vger.kernel.org
Subject: Re: + shut-up-warnings-in-ipc-shmc.patch added to -mm tree
Date: Thu, 24 Nov 2005 17:46:22 +0000	[thread overview]
Message-ID: <20051124174622.GC18971@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20051124160012.GQ31287@waste.org>

On Thu, Nov 24, 2005 at 08:00:12AM -0800, Matt Mackall wrote:
> Unfortunately Russell didn't tell us which function caused the error
> and I can't seem to find a tree that matches his line numbering.
> But it looks like it's shm_unlock.

To make it completely clear, a lot of my "fix warning" patches are
derived from the ARM Linux kernel autobuilder, which can be found
at http://armlinux.simtec.co.uk/kautobuild/

and I only really look at the latest builds on there.

> The current ({0;}) seems wrong to me. I'd expect that expression to be
> void. Hmm, looks like I'm wrong. It's quite ugly, not to mention confusing.

It seems that ({0;}) is used when something is expected to return zero.
However, if it is used in a void context, gcc 4 generates an annoying
warning.

> mm.h:
> #define shm_lock(a, b) empty_int()
> 
> The typechecking is nice in theory, but in practice I don't think it
> really makes a difference for stubbing things out.

Depends if you end up with "blah is unused" warnings instead.  It's
all round _far_ safer to use the inline function method from that
point of view.

Not that I particularly care, I just wanted to squash some of the
rediculous number of warnings in the kernel and decided to hit the
easy ones.  However, they're turning out to be real pigs instead. 8(

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

  parent reply	other threads:[~2005-11-24 17:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200511230413.jAN4DboR013036@shell0.pdx.osdl.net>
     [not found] ` <Pine.LNX.4.61.0511241235450.3504@goblin.wat.veritas.com>
2005-11-24 16:00   ` + shut-up-warnings-in-ipc-shmc.patch added to -mm tree Matt Mackall
2005-11-24 16:07     ` Muli Ben-Yehuda
2005-11-24 16:26       ` Matt Mackall
2005-11-24 17:46     ` Russell King [this message]
2005-11-24 20:28       ` Hugh Dickins

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=20051124174622.GC18971@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=akpm@osdl.org \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=mpm@selenic.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