]> granicus.if.org Git - php/commitdiff
Enable -Werror on m32 build
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 10:39:16 +0000 (12:39 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 12 Jun 2019 11:17:25 +0000 (13:17 +0200)
This one is clean now.

azure/i386/job.yml

index 4acf58c74fb2a2e80d5ce4caafa277ffcd19c457..d6138a8e87f3ccad49fa71b93bdf2c464b811916 100644 (file)
@@ -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'