lkml.org 
[lkml]   [2004]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: What is This?????
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.073 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site