From 77e7acfa59ef00f8520205aaa65eeb43a0c7b871 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 13 Jun 2019 10:34:49 +0200 Subject: Reenable -Werror for macos build --- azure/macos/job.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/macos') 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' -- cgit v1.2.1