This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C: Implicit int and implicit function definitions


On 05/20/2016 10:30 AM, lh mouse wrote:
Implicit function declarations result in warnings since C99 or GNU99 and '-pedantic-errors' turns them into errors.
The same goes for implicit return types.

The warnings typically do not stop the build, and thus are not really helpful when you are looking at binaries.

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]