mirror of
https://github.com/nlohmann/json.git
synced 2026-04-23 00:09:28 +00:00
🚨 fixed some warnings
This commit is contained in:
@@ -6775,7 +6775,7 @@ class serializer
|
||||
};
|
||||
|
||||
const uint8_t type = utf8d[byte];
|
||||
state = utf8d[256 + state * 16 + type];
|
||||
state = utf8d[256u + state * 16u + type];
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user