Unverified Commit 270c1eec authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6950 from patrickelectric/fix_mavlink_warings

MavLinkProtocol: Fix constructor warnings
parents ac05923f e0ac5067
......@@ -53,6 +53,8 @@ const char* MAVLinkProtocol::_logFileExtension = "mavlink"; ///< Ext
MAVLinkProtocol::MAVLinkProtocol(QGCApplication* app, QGCToolbox* toolbox)
: QGCTool(app, toolbox)
, m_enable_version_check(true)
, _message({})
, _status({})
, versionMismatchIgnore(false)
, systemId(255)
, _current_version(100)
......
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