Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-19 Thread Jerry Van Baren
Kumar Gala wrote: > On Jul 10, 2008, at 1:43 PM, Scott Wood wrote: > >> Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED] you wrote: Try adding -fno-strict-aliasing >>> No, we don't want to hush up compiler warnings, we want to fix the >>> problems instead. >> It's not silencing a

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-17 Thread Kumar Gala
On Jul 10, 2008, at 1:43 PM, Scott Wood wrote: > Wolfgang Denk wrote: >> In message <[EMAIL PROTECTED] >> > you wrote: >>> Try adding -fno-strict-aliasing >> >> No, we don't want to hush up compiler warnings, we want to fix the >> problems instead. > > It's not silencing a warning (if it were, i

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-10 Thread Scott Wood
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Wolfgang Denk wrote: >>> In message <[EMAIL PROTECTED]> you wrote: Try adding -fno-strict-aliasing >>> No, we don't want to hush up compiler warnings, we want to fix the >>> problems instead. >> It's not silencing a warning (i

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Wolfgang Denk wrote: > > In message <[EMAIL PROTECTED]> you wrote: > >> Try adding -fno-strict-aliasing > > > > No, we don't want to hush up compiler warnings, we want to fix the > > problems instead. > > It's not silencing a warning (if it were, it'd b

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-10 Thread Scott Wood
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Try adding -fno-strict-aliasing > > No, we don't want to hush up compiler warnings, we want to fix the > problems instead. It's not silencing a warning (if it were, it'd be a -W flag); it's disabling an incompatible optimization

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Try adding -fno-strict-aliasing No, we don't want to hush up compiler warnings, we want to fix the problems instead. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Ki

Re: [U-Boot-Users] HELP, trying to remove complier warnings

2008-07-10 Thread Howard, Marc
Kumar, Try adding -fno-strict-aliasing Marc Howard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Kumar Gala > Sent: Thursday, July 10, 2008 9:59 AM > To: u-boot-users@lists.sourceforge.net Users > Subject: [U-Boot-Users] HELP, trying to remo