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
+4 -1
View File
@@ -59,5 +59,8 @@ std::shared_ptr<FlexRayMessage> HardwareFlexRayPacket::DecodeToMessage(const std
}
bool HardwareFlexRayPacket::EncodeFromMessage(const FlexRayMessage& message, std::vector<uint8_t>& bytestream, const device_eventhandler_t& report) {
(void)message;
(void)bytestream;
(void)report;
return false;
}
}