I've written a small console program that uses some function from stdlib.h (atof, malloc, ...), but forgot to include "stdlib.h" header. During project assemble I recieve a plenty of "warning: implicit declaration of function '[func_from_stdlib_h]'" messages and NO errors. Assemble was successfull but the results of running this functions was really unpredictable; Why doesn't I recieve any error messages during assemble?
-- Summary: "warning: implicit declaration of function 'xxx' " instead of "error: ..." Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vyg84 at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42990