RE: [avr-gcc-list] Help, Compiler ignores some part of the function!

2005-12-03 Thread MuRaT KaRaDeNiZ
. Regards Murat Karadeniz http://www.onlinefavbar.com/mukas -Original Message- From: Daniel O'Connor [mailto:[EMAIL PROTECTED] Sent: Saturday, December 03, 2005 6:15 AM To: avr-gcc-list@nongnu.org Cc: MuRaT KaRaDeNiZ Subject: Re: [avr-gcc-list] Help, Compiler ignores some part

RE: [avr-gcc-list] Help, Compiler ignores some part of the function!

2005-12-03 Thread Nigel Winterbottom
On Sat, 3 Dec 2005 21:16, MuRaT KaRaDeNiZ wrote: I'm compiling with -Wall, but no warning appears for the local variable controller, that it is not utilized properly. Yeah, it won't warn you about those sort of problems alas. Oh yes it will, but you have to add the specific warning

[avr-gcc-list] Help, Compiler ignores some part of the function!

2005-12-02 Thread MuRaT KaRaDeNiZ
Title: Message Hello All, Using WinAVR-20050214, I try to compile the following function, but the section between [BOOKMARK1] and [BOOKMARK2] does not get compiled without any error indication. İ checked the routine in the .lst file, this section is not compiled to assembly. The rest is

Re: [avr-gcc-list] Help, Compiler ignores some part of the function!

2005-12-02 Thread Mike Young
sections. (Flash a light, bleep a bleeper, write to the usart, ...) - Original Message - From: MuRaT KaRaDeNiZ To: avr-gcc-list@nongnu.org Sent: Friday, December 02, 2005 4:20 PM Subject: [avr-gcc-list] Help, Compiler ignores some part of the function! Hello

Re: [avr-gcc-list] Help, Compiler ignores some part of the function!

2005-12-02 Thread Daniel O'Connor
On Sat, 3 Dec 2005 08:50, MuRaT KaRaDeNiZ wrote: Using WinAVR-20050214, I try to compile the following function, but the section between [BOOKMARK1] and [BOOKMARK2] does not get compiled without any error indication. İ checked the routine in the .lst file, this section is not compiled to