Turn on a implicit-function-declaration warning by default.
commitb5f88b593a580956dfb74b6fb9ba9ab3e178bdf6
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 13:32:25 +0000 (3 16:32 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 13:32:25 +0000 (3 16:32 +0300)
tree0706ed18dd84cee1a712c6ef2cea174c514e5e34
parent7f36abd3f21fe0736bfe062f618e4fd1993bf806
Turn on a implicit-function-declaration warning by default.

A non declared function leads to a seriuos problems. And while
gcc don't turn this warning on lets tcc do it. This warning
can be turned off by -Wno-implicit-function-declaration option.
And autor must explicitly do this if program must be compiled
with this warning off.
libtcc.c
tests/tests2/46_grep.c
tests/tests2/64_macro_nesting.c
win32/examples/fib.c