fix more warnings; add to CI; suppress some warnings

This commit is contained in:
Mike Kinney
2022-01-24 19:58:07 +00:00
parent 7c362af3de
commit 6883bc7afc
14 changed files with 51 additions and 27 deletions

View File

@@ -87,8 +87,8 @@ int32_t RangeTestPlugin::runOnce()
DEBUG_MSG("Range Test Plugin - Disabled\n");
}
return (INT32_MAX);
#endif
return (INT32_MAX);
}
MeshPacket *RangeTestPluginRadio::allocReply()