In message <[EMAIL PROTECTED]> you wrote:
> The compiler will help find mismatches between printf formats and
> arguments if you let it.  This patch adds the necessary attributes to
> declarations in include/common.h, then begins to correct the resulting
> compiler warnings.  Some of these were bugs, e.g., "$d" instead of
> "%d" and incorrect arguments.  Others were just annoying, like
> int-long mismatches on a system where both are 32 bits.  It's worth
> fixing the annoying errors to catch the real ones.
> 
> Signed-off-by: Andrew Klossner <[EMAIL PROTECTED]>
> ---
>  common/cmd_fdt.c    |    8 ++++----
>  common/main.c       |    2 +-
>  cpu/mpc85xx/traps.c |    8 ++++----
>  include/common.h    |   15 ++++++++++-----
>  lib_ppc/bootm.c     |    8 ++++----
>  net/tftp.c          |    2 +-
>  6 files changed, 24 insertions(+), 19 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
The only way you could make a happy  marriage  is  by  cuttin'  their
heads  off  as  soon  as  they say `I do', yes? You can't make happi-
ness...                           - Terry Pratchett, _Witches Abroad_

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to