Re: What is This?????

From: Randy.Dunlap
Date: Thu Dec 23 2004 - 12:35:24 EST


Umar Draz wrote:
Hi Dear Members!!

on debian i want to compile kernel 2.4.28 then i use make modules this kind lines i saw

applicom.c:544: warning: unknown conversion type character `z' in format

what is this is it some thing wrong?

waiting for response

Is your gcc version 2.95 or so?

Just edit applicom.c and change all "%zd" to "%Zd"
and gcc will be happy. Small "z" is ANSI C,
but gcc 2.95 only knows about large "Z".
Later gcc knows about both.

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