Skip to content

Commit ec1f23d

Browse files
wip
1 parent 2373882 commit ec1f23d

File tree

1 file changed

+1
-0
lines changed
  • include/osr/routing/profiles

1 file changed

+1
-0
lines changed

include/osr/routing/profiles/foot.h

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ struct foot {
139139
utl::zip_unchecked(w.node_ways_[n.n_], w.node_in_way_idx_[n.n_])) {
140140
auto const expand = [&](direction const way_dir, std::uint16_t const from,
141141
std::uint16_t const to) {
142+
// NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage)
142143
auto const target_node = w.way_nodes_[way][to];
143144
if constexpr (WithBlocked) {
144145
if (blocked->test(target_node)) {

0 commit comments

Comments
 (0)