public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] fix warnings in board/versatile/flash.c
Date: Mon, 18 Oct 2004 09:58:25 +0200	[thread overview]
Message-ID: <417377A1.9020709@imc-berlin.de> (raw)
In-Reply-To: <20041018075247.F38EDC1430@atlas.denx.de>

Dear Wolfgang,

>>CHANGELOG:
>>Fix typo and warning in board/versatile/flash.c
> 
> 
> Please check again.
> This is already fixed in CVS.

Yes. Sorry. I just noticed that.

>>-		printf ("not erased at %08lx (%x)\n", (ulong) addr, *addr);
>>+		printf ("not erased at %08lx (%lx)\n", (ulong) addr, *addr);
> 
> I don't get a warning for this code, neither with GCC-2.95.4 nor with
> GCC-3.3.3. Which toolchain are you using, and what  is  the  error  /
> warning message?

I am using arm_920TDI-gcc Version 2.95.4 from you ELDK 2.1 and get

flash.c: In function `write_data':
flash.c:479: warning: unsigned int format, long unsigned int arg (arg 3)

--
Steven Scholz

      reply	other threads:[~2004-10-18  7:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-18  7:06 [U-Boot-Users] [PATCH] fix warnings in board/versatile/flash.c Steven Scholz
2004-10-18  7:52 ` Wolfgang Denk
2004-10-18  7:58   ` Steven Scholz [this message]

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=417377A1.9020709@imc-berlin.de \
    --to=steven.scholz@imc-berlin.de \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox