🚨 fixed some warnings
This commit is contained in:
parent
7bf007f2bc
commit
9a51fb4da2
3 changed files with 62 additions and 62 deletions
|
|
@ -6775,7 +6775,7 @@ class serializer
|
|||
};
|
||||
|
||||
const uint8_t type = utf8d[byte];
|
||||
state = utf8d[256 + state * 16 + type];
|
||||
state = utf8d[256u + state * 16u + type];
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue