Skip to content

Commit

Permalink
Clean up some compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Jul 4, 2023
1 parent f3c1e8e commit 8a2021e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TestController : public controller_interface::ControllerInterface
CONTROLLER_MANAGER_PUBLIC
void set_state_interface_configuration(const controller_interface::InterfaceConfiguration & cfg);

size_t internal_counter = 0;
unsigned int internal_counter = 0;
bool simulate_cleanup_failure = false;
// Variable where we store when cleanup was called, pointer because the controller
// is usually destroyed after cleanup
Expand Down

0 comments on commit 8a2021e

Please sign in to comment.