]> granicus.if.org Git - php/commit
Enable -Werror in CI
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 23 Apr 2019 11:24:29 +0000 (13:24 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 26 Apr 2019 07:56:16 +0000 (09:56 +0200)
commit33e8a7b36879c82d9e495e8c5340e58c6d9ded34
tree8ce492532ee639e5385b7b5fa4eb616ce901ae57
parentbe74a00464dab7c287045939c01839878e70b5f4
Enable -Werror in CI

Add --enable-werror configure option and use it on Travis. It's not
possible to directly use CFLAGS, because it also affects configure
checks which often throw warnings.

We can't enable something similar for Windows builds at this time,
because they throw a lot more warnings.
configure.ac
travis/compile.sh