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 042b1b5 + b8e1df1 commit c0e532fCopy full SHA for c0e532f
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