Re: [U-Boot-Users] [PATCH] [resubmit] Fix printf errors.

2008-07-09 Thread Wolfgang Denk
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 bug

[U-Boot-Users] [PATCH] [resubmit] Fix printf errors.

2008-07-07 Thread Andrew Klossner
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 argume