From: Nikita Popov Date: Wed, 12 Jun 2019 10:39:16 +0000 (+0200) Subject: Enable -Werror on m32 build X-Git-Tag: php-7.4.0alpha2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d65d53805591e25767452910d0cf716f29399c9;p=php Enable -Werror on m32 build This one is clean now. --- diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 4acf58c74f..d6138a8e87 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -60,6 +60,7 @@ jobs: --enable-sysvmsg \ --with-ffi \ --enable-zend-test \ + --enable-werror \ --with-config-file-path=/etc \ --with-config-file-scan-dir=/etc/php.d displayName: 'Configure Build'