aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/configure.yml
diff options
context:
space:
mode:
authorpmqs <pmqs@cpan.org>2024-02-10 12:34:50 +0000
committerMark Adler <madler@alumni.caltech.edu>2024-02-10 09:27:55 -0800
commitd9243a0f066fd0ad6e7597be620ab8d8bfe5ae72 (patch)
tree01479a055c6cfd3cdfb57a41abf9ff957e29f9d7 /.github/workflows/configure.yml
parentfd5fe8b17e27ab92dcc70ed4974915b8dbe2a553 (diff)
downloadzlib-d9243a0f066fd0ad6e7597be620ab8d8bfe5ae72.tar.gz
zlib-d9243a0f066fd0ad6e7597be620ab8d8bfe5ae72.tar.bz2
zlib-d9243a0f066fd0ad6e7597be620ab8d8bfe5ae72.zip
Add warnings and error on warning to configure and cmake tests.
Diffstat (limited to '')
-rw-r--r--.github/workflows/configure.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index 14a5a18..0d71689 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -110,7 +110,7 @@ jobs:
110 ${{ matrix.src-dir || '.' }}/configure ${{ matrix.configure-args }} 110 ${{ matrix.src-dir || '.' }}/configure ${{ matrix.configure-args }}
111 env: 111 env:
112 CC: ${{ matrix.compiler }} 112 CC: ${{ matrix.compiler }}
113 CFLAGS: ${{ matrix.cflags }} 113 CFLAGS: ${{ matrix.cflags }} -Werror
114 LDFLAGS: ${{ matrix.ldflags }} 114 LDFLAGS: ${{ matrix.ldflags }}
115 CHOST: ${{ matrix.chost }} 115 CHOST: ${{ matrix.chost }}
116 116