🚨 fixed some warnings

This commit is contained in:
Niels Lohmann 2017-12-16 22:19:30 +01:00
parent 7bf007f2bc
commit 9a51fb4da2
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
3 changed files with 62 additions and 62 deletions

View file

@ -6775,7 +6775,7 @@ class serializer
};
const uint8_t type = utf8d[byte];
state = utf8d[256 + state * 16 + type];
state = utf8d[256u + state * 16u + type];
}
/*!