lkml.org 
[lkml]   [2008]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] UBIFS: fix compilation warnings
Sebastian Andrzej Siewior wrote:
> * Artem Bityutskiy | 2008-11-21 19:19:26 [+0200]:
>
>> From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
>>
>> We print 'ino_t' type using '%lu' printk() placeholder, but this
>> results in many warnings when compiling for Alpha platform. Fix
>> this by adding (unsingned long) casts.
>>
>> Fixes these warnings:
>>
>> fs/ubifs/journal.c:693: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'ino_t'
>
> Wouldn't %z help? A cast sounds wrong.

Doesn't help:

fs/ubifs/journal.c:699: warning: format ‘%zu’ expects type ‘size_t’, but argument 4 has type ‘ino_t’
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-11-24 10:59    [W:0.068 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site