[Bug ada/66525] New: Implicit function declarations
pini_os at yahoo dot fr
gcc-bugzilla@gcc.gnu.org
Fri Jun 12 20:03:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66525
Bug ID: 66525
Summary: Implicit function declarations
Product: gcc
Version: 4.7.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: pini_os at yahoo dot fr
Target Milestone: ---
Compiling the Ada frontend with -Wimplicit-function-declaration on x86_64
reports the following warnings:
gcc/ada/cal.c:108:3: warning: implicit declaration of function ‘time’
-> include should be on time.h rather than sys/time.h
gcc/ada/socket.c:150:3: warning: implicit declaration of function ‘pipe’
-> include of unistd.h is missing
More information about the Gcc-bugs
mailing list