Unverified Commit 9afb948f authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6559 from DonLakeFlyer/NoSerial

Fix compiler warning
parents f2b147d6 ade447b8
......@@ -121,6 +121,8 @@ LinkInterface* LinkManager::createConnectedLink(SharedLinkConfigurationPointer&
}
}
break;
#else
Q_UNUSED(isPX4Flow)
#endif
case LinkConfiguration::TypeUdp:
pLink = new UDPLink(config);
......
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