From: Nikita Popov Date: Thu, 13 Jun 2019 08:34:49 +0000 (+0200) Subject: Reenable -Werror for macos build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77e7acfa59ef00f8520205aaa65eeb43a0c7b871;p=php Reenable -Werror for macos build --- diff --git a/azure/macos/job.yml b/azure/macos/job.yml index faf11d9f85..cbfc54ef92 100644 --- a/azure/macos/job.yml +++ b/azure/macos/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'