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