Commit 5be2eb53 authored by Don Gagne's avatar Don Gagne

Merge pull request #2250 from DonLakeFlyer/DialectWarning

Remove warning about no mavlink dialect
parents 923d62fd 6747681d
......@@ -48,7 +48,6 @@ exists($$MAVLINKPATH/common) {
error(Only a single mavlink dialect can be specified in MAVLINK_CONF)
}
} else {
warning("No MAVLink dialect specified, only common messages supported.")
INCLUDEPATH += $$MAVLINKPATH/common
}
} else {
......
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