Skip to content

Commit b5fb776

Browse files
committed
Fix ninja issue with cppcheck and gh annotations
1 parent acfae1c commit b5fb776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/rocmcmakebuildtools/cmake/ROCMCppCheck.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ macro(rocm_enable_cppcheck)
118118
# cmake-lint: disable=C0301
119119
set(CPPCHECK_TEMPLATE_ARG
120120
"--template=::warning file={file},line={line},col={column}::{severity}: {inconclusive:inconclusive: }{message} [{id}]"
121-
"--template-location={file}:{line}:{column}: note: {info}\\\n{code}")
121+
"--template-location={file}:{line}:{column}: note: {info}\\n{code}")
122122
endif()
123123

124124
set(CPPCHECK_COMMAND

0 commit comments

Comments
 (0)