Anyone seen these before? I can get them in one config but not another. In X64 
word0 evaluates to a UINTN *

d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(825) : error C2220: warning 
treated as error - no 'object' file generated
d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(825) : warning C4789: 
destination of memory copy is too small
d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(785) : warning C4789: 
destination of memory copy is too small
d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(905) : warning C4789: 
destination of memory copy is too small
d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(499) : warning C4789: 
destination of memory copy is too small
d:\bios\kernel\05.02.40\stdlib\libc\gdtoa\strtod.c(473) : warning C4789: 
destination of memory copy is too small

They all seem to come from lines like this:

825:        word0(rv) = (UINT32)(L | Bndry_mask1);
785:          word0(rv) = (word0(rv) & Exp_mask)
            + Exp_msk1
#ifdef IBM
            | Exp_msk1 >> 4
#endif
            ;

905:                word0(rv) = Big0;
499:                word0(rv) = (P+2)*Exp_msk1;
473:                word0(rv) = Big0;

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to