Re: Build problem smbfs/file.c

From: Nick Warne
Date: Sat Mar 13 2004 - 09:07:22 EST


> I got a build warning:
>
> ... type character `z'...
> fs/smbfs/file.c: 272 too many arguments for format.
>
> Line 272:
>
> PARANOIA("%s/%s validation failed, error=%zd\n"
>
> Ummm. I removed the `z' from error=%zd\n" - it appears to be rogue,
> but what do I know ;)
>
> And no warnings now. Is this as it should be?

OK, replying to myself.

it should be (I believe from looking at other code):

PARANOIA("%s/%s validation failed, error=%Zd\n"

Nick

--
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."

-
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/