All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Umar Draz <kernel_org@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: What is This?????
Date: Thu, 23 Dec 2004 09:29:08 -0800	[thread overview]
Message-ID: <41CB0064.4030606@osdl.org> (raw)
In-Reply-To: <BAY16-F28BA5CE1494903C6393DD2F1A50@phx.gbl>

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

  reply	other threads:[~2004-12-23 17:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-23 16:35 What is This????? Umar Draz
2004-12-23 17:29 ` Randy.Dunlap [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-11-23  2:32 what is this? Ashonta Flemming
     [not found] <19980724204651.A3578@helix.life.nthu.edu.tw>
1998-08-01  6:00 ` Francis M. J. Hsieh
1998-08-01 13:02   ` Alan Cox
1998-08-01 13:02     ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41CB0064.4030606@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=kernel_org@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.