diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2012-09-16 06:55:04 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:46 -0700 |
commit | 7b64f66c58944144ef6f616255fb0c7b3ae865f9 (patch) | |
tree | 078142e33716789652131f255ee73dd52faba2d1 /lib/errno.c | |
parent | 8acdae681a61d05ef2d93b3c51a20a5257afb610 (diff) | |
download | u-boot-imx-7b64f66c58944144ef6f616255fb0c7b3ae865f9.zip u-boot-imx-7b64f66c58944144ef6f616255fb0c7b3ae865f9.tar.gz u-boot-imx-7b64f66c58944144ef6f616255fb0c7b3ae865f9.tar.bz2 |
lib: vsprintf.c: replace NUM_TYPE with s64/u64 types
This fixes warnings when compiling with ELDK-5.2.1 for MIPS64:
vsprintf.c: In function 'put_dec':
vsprintf.c:258:9: warning: comparison of distinct pointer types lacks a cast [enabled by default]
vsprintf.c:258:3: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default]
include/div64.h:22:17: note: expected 'uint64_t *' but argument is of type 'long long unsigned int *'
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'lib/errno.c')
0 files changed, 0 insertions, 0 deletions