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

Reply via email to