Skip to content

Commit 8da89f5

Browse files
StilesCrisisStilesCrisis
authored andcommitted
Fix GCC warning
1 parent d4669bb commit 8da89f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/lookaheadparser/lookaheadparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ int LookaheadParser::PeekType() {
269269
case kExitingArray:
270270
case kExitingObject:
271271
case kError:
272+
default:
272273
return -1;
273274
}
274275
}

0 commit comments

Comments
 (0)