* What is This?????
@ 2004-12-23 16:35 Umar Draz
2004-12-23 17:29 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Umar Draz @ 2004-12-23 16:35 UTC (permalink / raw)
To: linux-kernel
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
thanks and regards
Umar Draz
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: What is This?????
2004-12-23 16:35 What is This????? Umar Draz
@ 2004-12-23 17:29 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2004-12-23 17:29 UTC (permalink / raw)
To: Umar Draz; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-23 17:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-23 16:35 What is This????? Umar Draz
2004-12-23 17:29 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox