Turn on -Werror=implicit-function-declaration
authorFlorian Weimer <fweimer@redhat.com>
Mon, 8 Sep 2014 11:49:36 +0000 (13:49 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 10 Sep 2014 06:13:06 +0000 (08:13 +0200)
GCC 4.4, the minimum compiler version, supports this option.  Unlike
other warnings, -Wimplicit-function-declaration warnings should be
independent of compiler versions, so this change should not cause
compiler-specific build failures.


No differences found