Skip to content

Commit

Permalink
fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgubler committed Aug 24, 2014
1 parent af1056d commit de83949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/QGCToolBar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void QGCToolBar::globalPositionChanged(UASInterface* uas, double lat, double lon
Q_UNUSED(uas);
Q_UNUSED(lat);
Q_UNUSED(lon);
Q_UNUSED(altWGS84);
Q_UNUSED(usec);
altitudeMSL = altAMSL;
changed = true;
Expand Down

0 comments on commit de83949

Please sign in to comment.