In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk wrote: > > Dear Dave, > > > > the QE UEC driver (in the top-of-tree version as of now) produces a > > few compiler warnings: > > > > qe.c: In function 'qe_upload_firmware': > > qe.c:390: warning: pointer targets in passing argument 2 of 'strcpy' differ > > in signedness > > That's odd, I've never seen that. I'll post a patch to fix it. FYI, this is > not in the QE UEC driver, but in the QE library.
Guess you're using older compilers, then. Try using GCC-4.2 if you want to start some bigger cleanup now... ;-) Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Roses are red Violets are blue Some poems rhyme ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
