Commit 8da89f54 authored by StilesCrisis's avatar StilesCrisis

Fix GCC warning

parent d4669bbc
...@@ -269,6 +269,7 @@ int LookaheadParser::PeekType() { ...@@ -269,6 +269,7 @@ int LookaheadParser::PeekType() {
case kExitingArray: case kExitingArray:
case kExitingObject: case kExitingObject:
case kError: case kError:
default:
return -1; return -1;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment