|
From: | Marc Wetzel |
Subject: | Re: [avr-gcc-list] link problems |
Date: | Wed, 09 Mar 2005 08:51:58 +0100 |
User-agent: | Mozilla Thunderbird 0.9 (Windows/20041103) |
I am confused. Is this normal? (in which case I'd be grateful if someone could please explain me how comes the compiler doesn't complain about the non-declared function) Is this a bug? Or deos it just mean that there is something wrong in the way I have installed the tookchain?
Greetings, Yes, but why do you not get the compiler to help you out?I always include the following option: -Wstrict-prototypes (or better: -Wall) If you use this, the compiler will also give you hints on missing prototypes.
/Marc
[Prev in Thread] | Current Thread | [Next in Thread] |