We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8350b47 commit 853e658Copy full SHA for 853e658
test/analyze/CMakeLists.txt
@@ -41,7 +41,9 @@ rocm_enable_cppcheck(
41
)
42
43
# Workaround clangTooling issue: https://github.com/llvm/llvm-project/issues/100909
44
-add_compile_options(-Wno-unused-command-line-argument)
+if(NOT MSVC)
45
+ add_compile_options(-Wno-unused-command-line-argument)
46
+endif()
47
48
rocm_setup_version(VERSION 1.0.0)
49
0 commit comments