Skip to content

Commit

Permalink
build: get rid of clang warnings (remove unused variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFinder2 committed Feb 7, 2017
1 parent 74f91ed commit 63e7610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ctrl/fasr2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Robot

Model* fuel_zone;
//Model* pool_zone;
int avoidcount, randcount;
int avoidcount;
// int work_get, work_put;
bool charger_ahoy;
double charger_bearing;
Expand Down
2 changes: 0 additions & 2 deletions libstage/model_bumper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ using namespace Stg;
static const watts_t BUMPER_WATTS = 0.1; // bumper power consumption
static const Color BUMPER_HIT_RGB(1, 0, 0, 1); // red
static const Color BUMPER_NOHIT_RGB(0, 1, 0, 1);// green
static const meters_t BUMPER_HIT_THICKNESS = 0.02;
static const meters_t BUMPER_NOHIT_THICKNESS = 0.01;

Option ModelBumper::showBumperData( "Show Bumper Data", "show_bumper", "", true, NULL );

Expand Down

0 comments on commit 63e7610

Please sign in to comment.