fix MSVC build errors and warnings

This commit is contained in:
Jeffrey Quesnelle
2019-10-16 23:56:49 -04:00
parent eb856dffec
commit 423f854682
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ protected:
virtual bool isSupportedRXNetwork(const Network&) const override { return true; }
virtual bool isSupportedTXNetwork(const Network&) const override { return true; }
virtual void setupExtensions() override {
addExtension(std::make_shared<FlexRay::Extension>(*this, 2));
addExtension(std::make_shared<FlexRay::Extension>(*this, (uint8_t)2));
}
static const std::vector<Network>& GetSupportedNetworks() {