From: Arran Cudbard-Bell Date: Thu, 23 Dec 2021 01:34:42 +0000 (-0600) Subject: Revert "CI: Pass in -Wno-error=deprecated-declarations to LIB_ALT build for now" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51a687ed02b5e0788fc6d2405b31e5693bdde2a;p=thirdparty%2Ffreeradius-server.git Revert "CI: Pass in -Wno-error=deprecated-declarations to LIB_ALT build for now" This reverts commit 78f814cc8f99ca69f74a6886ec327bd067fa7415. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fcde57766..7a4551548a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,8 +254,6 @@ jobs: elif [ -d /opt/openssl ]; then export PATH=/opt/openssl/bin:$PATH build_paths="--with-openssl-lib-dir=/opt/openssl/lib64 --with-openssl-include-dir=/opt/openssl/include" - # Remove the following once port to the OpenSSL 3 API is complete - BUILD_CFLAGS="$BUILD_CFLAGS -Wno-error=deprecated-declarations" fi CFLAGS="${BUILD_CFLAGS}" ./configure -C \ --enable-werror \