Fixed all build warnings

This commit is contained in:
Gunnar Skjold
2022-10-13 20:33:59 +02:00
parent 6d81b0a856
commit fa299198fc
8 changed files with 11 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
#include "LlcParser.h"
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
LLCHeader* llc = (LLCHeader*) buf;
ctx.length -= 3;
return 3;
}