Skip to content

Commit c059831

Browse files
committed
Drop -Werror on CI
1 parent 39db4cb commit c059831

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

azure/configure.yml

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

azure/i386/job.yml

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

travis/compile.sh

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

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

0 commit comments

Comments
 (0)