Hi Simon, On Mon, Feb 15, 2016 at 10:16 AM, Simon Glass <[email protected]> wrote: > In part_amiga.c the name is unsigned by bcpl_strcpy() requires a signed > pointer. Add a cast to fix the warning.
is unsigned *but* bcpl_strcpy() ? > > Signed-off-by: Simon Glass <[email protected]> > --- > > disk/part_amiga.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng <[email protected]> Regards, Bin _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

