Skip to content

Commit 94a52cb

Browse files
[CI] Remove Disabled Warning Set on Windows (llvm#166838)
The low hanging fruit that was causing the vast majority of these warnings has been fixed, so reenable them now. There are still a couple more warnings that could probably do with some cleanup, but those can be fixed in the future.
1 parent bb6d2be commit 94a52cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
4747
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
4848
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
4949
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
50-
-D CMAKE_CXX_FLAGS="-Wno-c++98-compat -Wno-c++14-compat -Wno-unsafe-buffer-usage -Wno-old-style-cast" \
5150
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
5251

5352
start-group "ninja"

0 commit comments

Comments
 (0)