From: Rico Tzschichholz Date: Mon, 19 Nov 2018 17:06:40 +0000 (+0100) Subject: testrunner: Add -Werror=strict-prototypes X-Git-Tag: 0.43.1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fkeep-around%2F1d94694908ed3deeb0d6a2ed3234dcfb2ebc90ba;p=thirdparty%2Fvala.git testrunner: Add -Werror=strict-prototypes --- diff --git a/configure.ac b/configure.ac index 4b95a839a..a10cf4b19 100644 --- a/configure.ac +++ b/configure.ac @@ -126,6 +126,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \ -Werror=declaration-after-statement \ -Werror=maybe-uninitialized \ -Werror=missing-prototypes \ +-Werror=strict-prototypes \ -Werror=enum-conversion" TEST_CFLAGS=