libexpat/expat/conftools
Sebastian Pipping 8829f5c3fd conftools: Fix regression with detection of -Wstrict-prototypes
The issue was that the code generated by AC_LANG_PROGRAM
produces warnings, and hence -Werror makes detection fail:

$ gcc -x c -Werror -Wstrict-prototypes - <<<'int main() {}'; echo $?
<stdin>:1:5: error: function declaration isn’t a prototype [-Werror=strict-prototypes]
cc1: all warnings being treated as errors
1
2020-03-20 05:35:57 +01:00
..
.gitignore
ax-append-compile-flags.m4
ax-append-flag.m4
ax-append-link-flags.m4
ax-check-compile-flag.m4 conftools: Fix regression with detection of -Wstrict-prototypes 2020-03-20 05:35:57 +01:00
ax-check-link-flag.m4
ax-require-defined.m4
expat.m4
expatcfg-compiler-supports-visibility.m4
get-version.sh
PrintPath