Fix GCC warning

This commit is contained in:
StilesCrisis 2017-03-08 01:16:19 -08:00
parent d4669bbc8e
commit 8da89f54bd

View File

@ -269,6 +269,7 @@ int LookaheadParser::PeekType() {
case kExitingArray:
case kExitingObject:
case kError:
default:
return -1;
}
}