Commit de83949b authored by Thomas Gubler's avatar Thomas Gubler

fix unused variable warning

parent af1056d5
...@@ -56,6 +56,7 @@ void QGCToolBar::globalPositionChanged(UASInterface* uas, double lat, double lon ...@@ -56,6 +56,7 @@ void QGCToolBar::globalPositionChanged(UASInterface* uas, double lat, double lon
Q_UNUSED(uas); Q_UNUSED(uas);
Q_UNUSED(lat); Q_UNUSED(lat);
Q_UNUSED(lon); Q_UNUSED(lon);
Q_UNUSED(altWGS84);
Q_UNUSED(usec); Q_UNUSED(usec);
altitudeMSL = altAMSL; altitudeMSL = altAMSL;
changed = true; changed = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment