Commit ade447b8 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix compiler warning

parent 0801e473
......@@ -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