Skip to content

Commit

Permalink
Removed warning (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored May 17, 2024
1 parent 381d381 commit dd30056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2/test/cache_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static void benchmark_insertion(benchmark::State & state)
}

// Insert data to cache
auto insert_data = [&example_items, num_tform, dt](
auto insert_data = [ =, &example_items](
tf2::TimeCache & cache,
tf2::TimePoint timestamp,
int step,
Expand Down

0 comments on commit dd30056

Please sign in to comment.