[Chicken-users] GCC warnings

2007-06-13 Thread Alex Queiroz
Hallo, In #chicken Felix said he gets no warnings with GCC 4.x during compilation with Chicken. I was on Windows then, but now, as promised, I get lots of these: iup.c: In function 'f_844': iup.c:4527: warning: unused variable 'a' iup.c:4525: warning: unused variable 'tmp' Code: /* k842 in

Re: [Chicken-users] GCC warnings

2007-06-14 Thread felix winkelmann
Hi, Alex Did you change the CFLAGS? How did you configure/build chicken? cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] GCC warnings

2007-06-14 Thread Shawn W.
On Jun 14, 2007, at 12:41 AM, felix winkelmann wrote: Did you change the CFLAGS? How did you configure/build chicken? I've discovered that gcc will give different warnings on different CPUs, and even different OSes on the same type of platform, even when using the same version of the co

Re: [Chicken-users] GCC warnings

2007-06-17 Thread Alex Queiroz
Hallo, On 6/14/07, felix winkelmann <[EMAIL PROTECTED]> wrote: Hi, Alex Did you change the CFLAGS? How did you configure/build chicken? I built a Debian package using code provided by someone in the Debian bug tracker. Attached to this email is the diff against stock 2.6. Cheers, -- -al

Re: [Chicken-users] GCC warnings

2007-06-17 Thread felix winkelmann
On 6/17/07, Alex Queiroz <[EMAIL PROTECTED]> wrote: Hallo, On 6/14/07, felix winkelmann <[EMAIL PROTECTED]> wrote: > Hi, Alex > > Did you change the CFLAGS? > How did you configure/build chicken? > I built a Debian package using code provided by someone in the Debian bug tracker. Attached