]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
windows.yml: Clean up duplicate --strict-warnings option
authorTomas Mraz <tomas@openssl.org>
Wed, 3 Dec 2025 11:17:46 +0000 (12:17 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Dec 2025 14:25:20 +0000 (15:25 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29300)

.github/workflows/windows.yml

index 0a8658d302c739ccfe6d0fc88004aaf9551a84ac..fa6fc827a4b693c947459eb02ef9c0041ad0c4fe 100644 (file)
@@ -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: