Commit af05eeb59c for openssl.org

commit af05eeb59c6a83a9397aa99214991f9077bfae2e
Author: Tomas Mraz <tomas@openssl.org>
Date:   Wed Dec 3 12:17:46 2025 +0100

    windows.yml: Clean up duplicate --strict-warnings option

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Norbert Pocs <norbertp@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/29300)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 0a8658d302..fa6fc827a4 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: