Commit 6f7c1625 authored by Don Gagne's avatar Don Gagne

Fix unused variable warning

parent 8eab2fa1
......@@ -706,6 +706,7 @@ void PX4RCCalibration::_resetInternalCalibrationValues(void)
bool paramFound = _paramMgr->getParameterValue(componentId, _rgFunctionInfo[curFunction].parameterName, value);
Q_ASSERT(paramFound);
Q_UNUSED(paramFound);
bool ok;
int channel = value.toInt(&ok);
......
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