[libcxx-commits] [PATCH] D146378: [runtimes] Disable -Wreserved-identitifer on clang-cl builds
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 19 02:48:42 PDT 2023
philnik updated this revision to Diff 506369.
philnik added a comment.
Other fix
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146378/new/
https://reviews.llvm.org/D146378
Files:
runtimes/cmake/Modules/WarningFlags.cmake
Index: runtimes/cmake/Modules/WarningFlags.cmake
===================================================================
--- runtimes/cmake/Modules/WarningFlags.cmake
+++ runtimes/cmake/Modules/WarningFlags.cmake
@@ -12,7 +12,6 @@
endif()
# TODO: Should -Wconversion be enabled?
target_add_compile_flags_if_supported(${target} PRIVATE
- -Wall
-Wextra
-Wnewline-eof
-Wshadow
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146378.506369.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230319/600a31fb/attachment.bin>
More information about the libcxx-commits
mailing list