On Sat, Apr 22, 2017 at 07:57:17PM +0200, Patrick Dupre wrote: > Hello, > > I would like that gcc generates an error (and not a warning), > when there is a call to a non predeclared function.
In C? -Werror=implicit-function-declaration or -pedantic-errors (if in c99
or later mode, which is the default). In C++ you always get an error about
that.
Jakub
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
