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 7acfe6f commit 8588665Copy full SHA for 8588665
cmake/modules/HandleLLVMOptions.cmake
@@ -390,7 +390,7 @@ if( MSVC )
390
append("-Wmissing-field-initializers" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
391
392
# enable warnings explicitly.
393
- append("-Wnonportable-include-path -Wunused-function" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
+ append("-Wnonportable-include-path -Wno-unused-function" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
394
append("-Wtrigraphs -Wconstant-logical-operand -Wunused-variable" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
395
endif (CLANG_CL)
396
endif (LLVM_ENABLE_WARNINGS)
0 commit comments