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 e2a5806 commit 2a5a160Copy full SHA for 2a5a160
CMakeLists.txt
@@ -52,7 +52,6 @@ if("${CMAKE_C_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC")
52
else()
53
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wextra>)
54
endif()
55
-add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wno-unknown-warning-option>)
56
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wno-unused-parameter>)
57
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-Wno-unused-value>)
58
add_compile_options($<$<COMPILE_LANG_AND_ID:C,AppleClang,Clang>:-Wno-unused-function>)
0 commit comments