Searched hist:dc4b0b38d4aadf08826f6c31270f1eecd27964fd (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/net/ |
| H A D | tftp.c | dc4b0b38d4aadf08826f6c31270f1eecd27964fd Mon Jul 07 13:41:14 UTC 2008 Andrew Klossner <andrew@cesa.opbu.xerox.com> Fix printf errors.
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 <andrew@cesa.opbu.xerox.com>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | main.c | dc4b0b38d4aadf08826f6c31270f1eecd27964fd Mon Jul 07 13:41:14 UTC 2008 Andrew Klossner <andrew@cesa.opbu.xerox.com> Fix printf errors.
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 <andrew@cesa.opbu.xerox.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | dc4b0b38d4aadf08826f6c31270f1eecd27964fd Mon Jul 07 13:41:14 UTC 2008 Andrew Klossner <andrew@cesa.opbu.xerox.com> Fix printf errors.
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 <andrew@cesa.opbu.xerox.com>
|