Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Feb 22, 2024
1 parent cb6185a commit bf5a899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/clang_tidy_check.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ foreach (LINE ${LOG_LINES})
list(APPEND UNSUPPRESSED_LINES ${LINE})
math(EXPR NUM_UNSUPPRESSED_WARNINGS "${NUM_UNSUPPRESSED_WARNINGS} + 1")
endif ()
else if ("${LINE}" MATCHES ".*error:.*\\[clang-diagnostic-error\\]$")
elseif ("${LINE}" MATCHES ".*error:.*\\[clang-diagnostic-error\\]$")
# this is emmited in system headers even when header-filter is used => ignore
set(IS_SUPRESSED TRUE)
else ()
Expand Down

0 comments on commit bf5a899

Please sign in to comment.