mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 04:55:50 +01:00
Fix GCC warning
This commit is contained in:
parent
d4669bbc8e
commit
8da89f54bd
@ -269,6 +269,7 @@ int LookaheadParser::PeekType() {
|
||||
case kExitingArray:
|
||||
case kExitingObject:
|
||||
case kError:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user