Skip to content

Commit 6bf5be1

Browse files
committed
Corrected omissions.
Signed-off-by: ISP akm <[email protected]>
1 parent 9eb972f commit 6bf5be1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CARET_analyze_cpp_impl/src/iterator_base.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ void ConstIteratorBase::next()
7070
bool ConstIteratorBase::has_next() const
7171
{
7272
throw std::exception();
73+
// NOLINTBEGIN(cppcheck-suppress[unreachableCode])
7374
return false;
75+
// NOLINTEND(cppcheck-suppress[unreachableCode])
7476
}

0 commit comments

Comments
 (0)