Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9794cf

Browse files
committedJul 4, 2024·
add cppcheck suppression
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 2e6d142 commit e9794cf

File tree

1 file changed

+1
-1
lines changed
  • sensing/pointcloud_preprocessor/src/downsample_filter

1 file changed

+1
-1
lines changed
 

‎sensing/pointcloud_preprocessor/src/downsample_filter/robin_hood.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static Counts & counts()
167167
[](size_t mask) noexcept -> int { \
168168
unsigned long index; \ // NOLINT
169169
return ROBIN_HOOD(BITSCANFORWARD)(&index, mask) ? static_cast<int>(index) \ // cppcheck-suppress syntaxError
170-
: ROBIN_HOOD(BITNESS); \
170+
: ROBIN_HOOD(BITNESS); \ // cppcheck-suppress syntaxError
171171
}(x)
172172
#else
173173
#if ROBIN_HOOD(BITNESS) == 32

0 commit comments

Comments
 (0)
Please sign in to comment.