Re: [PATCH] UBIFS: fix compilation warnings

From: Adrian Hunter
Date: Mon Nov 24 2008 - 04:55:53 EST


Sebastian Andrzej Siewior wrote:
* 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.

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/