We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c682d1a commit 7c5e5c3Copy full SHA for 7c5e5c3
CMakeLists.txt
@@ -603,14 +603,6 @@ if(OTELCPP_MAINTAINER_MODE)
603
add_compile_options(-Werror)
604
add_compile_options(-Wextra)
605
606
- # Check if the compiler supports -Wdocumentation
607
- include(CheckCXXCompilerFlag)
608
- check_cxx_compiler_flag("-Wdocumentation" CLANG_SUPPORTS_DOCUMENTATION)
609
- if(CLANG_SUPPORTS_DOCUMENTATION)
610
- message(STATUS "Adding -Wdocumentation flag for Clang")
611
- add_compile_options(-Wdocumentation)
612
- endif()
613
-
614
# Tested with Clang 11.0 on github.
615
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 11.0)
616
message(STATUS "Building with additional warnings for clang.")
0 commit comments