From 42ca9c2c9b010c8c9b278079c98bf7aadb074e69 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 6 Jan 2026 12:25:30 -0600 Subject: Add definition of ZLIB_INSECURE to build tests with c89 and c94. --- .github/workflows/c-std.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml index a99cdb5..150cb91 100644 --- a/.github/workflows/c-std.yml +++ b/.github/workflows/c-std.yml @@ -50,12 +50,18 @@ jobs: std: - name: c89 value: c89 + compiler-opt: -DZIP_INSECURE + cmake-opt: -DZIP_INSECURE - name: gnu89 value: gnu89 + compiler-opt: -DZIP_INSECURE + cmake-opt: -DZIP_INSECURE - name: c94 value: iso9899:199409 + compiler-opt: -DZIP_INSECURE + cmake-opt: -DZIP_INSECURE - name: c99 value: c99 -- cgit v1.2.3-55-g6feb