[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070206140936.24bbaded.akpm@linux-foundation.org>
Date: Tue, 6 Feb 2007 14:09:36 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Tomasz Kvarsin" <kvarsin@...il.com>
Cc: viro@...iv.linux.org.uk, axboe@...nel.dk,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH]: warrning fix: unsigned->signed
On Wed, 7 Feb 2007 00:39:45 +0300
"Tomasz Kvarsin" <kvarsin@...il.com> wrote:
> While compiling my code, I always get bunch of warrning from headers,
> here is fix for them:
> __getblk is alawys called with unsigned argument,
> but it takes signed, the same story with __bread,__breadahead and so on.
The patch seems OK, but I'm curious to know why you're seeing this warning
and nobody else is. Are you using a compiler other than gcc? If gcc,
which version? Did you add any new compiler options?
Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists