Skip to content

Commit

Permalink
Fix jenkins ros2 ci around unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 14, 2024
1 parent 26854a5 commit 72b4dd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/sensor/test/force-torque/testForceTorqueAti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ void scopeFunction(std::mutex &mutex_data, std::mutex &mutex_state, t_shared_dat
scope.setLegend(1, 0, "x");
scope.setLegend(1, 1, "y");
scope.setLegend(1, 2, "z");
#else
(void)mutex_data;
(void)s_shared_data;
#endif

t_shared_data shared_data;
Expand Down

0 comments on commit 72b4dd6

Please sign in to comment.