diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-25 14:54:22 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 20:01:41 -0800 |
commit | 039c3610e5fce300b2dd5a335394677b131512b5 (patch) | |
tree | f9ac2fdff550eef666b760f428cee0b0dc8d6135 /.github | |
parent | 2408dedfa538b90a59066cafcbbbd6ad7c7bd632 (diff) | |
download | zlib-039c3610e5fce300b2dd5a335394677b131512b5.tar.gz zlib-039c3610e5fce300b2dd5a335394677b131512b5.tar.bz2 zlib-039c3610e5fce300b2dd5a335394677b131512b5.zip |
Remove -Werror from configure workflow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/configure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 857a188..f19272c 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 }} -Werror | 113 | CFLAGS: ${{ matrix.cflags }} |
114 | LDFLAGS: ${{ matrix.ldflags }} | 114 | LDFLAGS: ${{ matrix.ldflags }} |
115 | CHOST: ${{ matrix.chost }} | 115 | CHOST: ${{ matrix.chost }} |
116 | 116 | ||