Skip to content

Commit

Permalink
Merge pull request #2 from ignitionrobotics/mabelzhang/patch_optical_…
Browse files Browse the repository at this point in the history
…tactile

Fix Mac CI warning
  • Loading branch information
mcres authored Dec 1, 2020
2 parents b17e904 + 16807b6 commit 4a47c92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/systems/optical_tactile_plugin/OpticalTactilePlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,9 @@ void OpticalTactilePluginPrivate::Load(const EntityComponentManager &_ecm)
}

//////////////////////////////////////////////////
void OpticalTactilePluginPrivate::Enable(const bool _value)
void OpticalTactilePluginPrivate::Enable(const bool /*_value*/)
{
// todo(mcres) Implement method
_value;
// todo(mcres) Implement method
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 4a47c92

Please sign in to comment.