]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Don't disable individual warnings with clang-cl
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 27 Mar 2026 19:14:50 +0000 (21:14 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 30 Mar 2026 11:41:03 +0000 (14:41 +0300)
.github/workflows/msvc.yml

index 5b0e72ba229c7fd576899b2bfafeac65a0cc7f72..0cf0cca622a15c37fc66cae3919119f89110104f 100644 (file)
@@ -97,19 +97,6 @@ jobs:
           -T ClangCL
           -A x64
           -B build-clangcl-x64
-          -DCMAKE_C_FLAGS="
-            -Wno-cast-align
-            -Wno-cast-qual
-            -Wno-covered-switch-default
-            -Wno-declaration-after-statement
-            -Wno-deprecated-declarations
-            -Wno-disabled-macro-expansion
-            -Wno-nonportable-system-include-path
-            -Wno-overlength-strings
-            -Wno-pre-c11-compat
-            -Wno-reserved-identifier
-            -Wno-unsafe-buffer-usage
-            -Wno-used-but-marked-unused"
 
       - name: Build ClangCL x64 Debug
         run: >