1
0
mirror of https://git.tukaani.org/xz.git synced 2026-04-09 09:38:01 +00:00

CI: Don't disable individual warnings with clang-cl

This commit is contained in:
Lasse Collin 2026-03-27 21:14:50 +02:00
parent 1e00837f72
commit 9e499f714c
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View 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: >