From: Tomas Mraz Date: Wed, 3 Dec 2025 11:17:46 +0000 (+0100) Subject: windows.yml: Clean up duplicate --strict-warnings option X-Git-Tag: 3.6-PRE-CLANG-FORMAT-WEBKIT~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9b23df5c09163f8617916d210f0f81058f67e2;p=thirdparty%2Fopenssl.git windows.yml: Clean up duplicate --strict-warnings option Reviewed-by: Neil Horman Reviewed-by: Norbert Pocs (Merged from https://github.com/openssl/openssl/pull/29300) (cherry picked from commit af05eeb59c6a83a9397aa99214991f9077bfae2e) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a8658d302c..fa6fc827a4b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: vcvars: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat - arch: x86 os: windows-2022 - config: --strict-warnings no-fips enable-lms + config: no-fips enable-lms vcvars: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat runs-on: ${{ matrix.platform.os }} steps: