!43499 support compile in msvc .remove Chinese character

Merge pull request !43499 from qiuzhongya/qiuzhongya_msvc5
This commit is contained in:
i-robot 2022-10-10 09:51:59 +00:00 committed by Gitee
commit b70c778cc5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ enum StatusCode : uint32_t {
kMCInvalidInput = kMC | 0x3,
kMCInvalidArgs = kMC | 0x4,
// Lite // Common error code, range: [-1, -100
// Lite // Common error code, range: [-1, -100)
kLiteError = kLite | (0x0FFFFFFF & -1), /**< Common error code. */
kLiteNullptr = kLite | (0x0FFFFFFF & -2), /**< NULL pointer returned.*/
kLiteParamInvalid = kLite | (0x0FFFFFFF & -3), /**< Invalid parameter.*/