CI: Fix warnings

This commit is contained in:
Kyle Schwarz
2023-12-01 22:20:41 +00:00
committed by Kyle Johannes
parent 0497b361ef
commit bddbcfcf6d
20 changed files with 87 additions and 283 deletions
+2 -2
View File
@@ -536,8 +536,8 @@ enum
BPS117647
};
/* MasterResistor in LIN_SETTINGS */
enum
/* CommanderResistor in LIN_SETTINGS */
enum : uint8_t
{
RESISTOR_ON,
RESISTOR_OFF
+1
View File
@@ -83,6 +83,7 @@ struct VSAExtractionSettings {
*/
class VSA {
public:
virtual ~VSA() = default;
static constexpr size_t StandardRecordSize = 32; // Size of most VSA records
static constexpr uint64_t RecordStartOffset = 0x06000000u; // Offset of VSA record ring buffer from start of VSA log file