Skip to content

Commit 008bd84

Browse files
authored
[libc++] Remove unused CMake option LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS (llvm#66249)
Thanks @Gadal for noticing. Fixes llvm#63703
1 parent 7b021f2 commit 008bd84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ endif()
302302
# about #include_next which is used everywhere.
303303
option(LIBCXX_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF)
304304
option(LIBCXX_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
305-
option(LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS "Disable #warnings about conflicting macros." OFF)
306305

307306
option(LIBCXX_GENERATE_COVERAGE "Enable generating code coverage." OFF)
308307
set(LIBCXX_COVERAGE_LIBRARY "" CACHE STRING

0 commit comments

Comments
 (0)