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.
2 parents 5adc27f + 8588665 commit b8e1df1Copy full SHA for b8e1df1
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