Skip to content

Commit 4c8f0fd

Browse files
committed
Revert "Drop -Werror on CI"
This reverts commit c059831.
1 parent 0332fb8 commit 4c8f0fd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

azure/configure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ steps:
6161
--with-imap \
6262
--with-kerberos \
6363
--with-imap-ssl \
64+
--enable-werror \
6465
--with-config-file-path=/etc \
6566
--with-config-file-scan-dir=/etc/php.d
6667
displayName: 'Configure Build'

azure/i386/job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
--with-mhash \
6666
--with-sodium \
6767
--enable-dba \
68+
--enable-werror \
6869
--with-config-file-path=/etc \
6970
--with-config-file-scan-dir=/etc/php.d
7071
displayName: 'Configure Build'

travis/compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ $S390X_CONFIG \
6868
--with-ffi \
6969
--with-sodium \
7070
--enable-zend-test=shared \
71+
--enable-werror \
7172
--with-pear
7273

7374
if [[ -z "$CONFIG_ONLY" ]]; then

0 commit comments

Comments
 (0)