Re: [PATCH] UBIFS: fix compilation warnings

From: Sebastian Andrzej Siewior
Date: Sat Nov 22 2008 - 13:54:50 EST


* Artem Bityutskiy | 2008-11-21 19:19:26 [+0200]:

>From: Artem Bityutskiy <Artem.Bityutskiy@xxxxxxxxx>
>
>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.

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/